fonts
This commit is contained in:
@ -0,0 +1,48 @@
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-light-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-light-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: url('/assets/fonts/roboto-italic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-italic-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-regular-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bold-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto';
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: url('/assets/fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bolditalic-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'inconsolata';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/inconsolata-bold-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-bold-webfont.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'inconsolata';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/assets/fonts/inconsolata-regular-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-regular-webfont.woff') format('woff');
|
||||
}
|
||||
|
Reference in New Issue
Block a user