35 lines
715 B
CSS
35 lines
715 B
CSS
|
@font-face {
|
||
|
font-family: 'Roboto Slab';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
src: url(Roboto_Slab-normal-300.woff) format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Slab';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(Roboto_Slab-normal-400.woff) format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Slab';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url(Roboto_Slab-normal-700.woff) format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Ubuntu Condensed';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(Ubuntu_Condensed-normal-400.woff) format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Material Icons';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(Material_Icons-normal-400.woff) format('woff');
|
||
|
}
|