silvrgit/app/fonts/fonts.css

35 lines
715 B
CSS
Raw Normal View History

2016-10-05 14:08:35 +00:00
@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');
}