19 lines
316 B
CSS
19 lines
316 B
CSS
|
/*@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; }*/
|