sid/css/font.css

19 lines
316 B
CSS
Raw Normal View History

2015-10-22 11:50:56 +00:00
/*@font-face{
font-family: 'Ubuntu';
font-weight: 300;
src: url(../font/light.ttf);
}
@font-face{
font-family: 'Ubuntu';
font-weight: 400;
src: url(../font/regular.ttf);
}
@font-face{
font-family: 'Ubuntu';
font-weight: 500;
src: url(../font/medium.ttf);
}
*{ font-family: 'Ubuntu'; font-weight: 300; }*/