14 lines
279 B
CSS
14 lines
279 B
CSS
|
|
@font-face{
|
||
|
|
font-family:"Titillium Web";
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
src:url("./fonts/TitilliumWeb-Regular.ttf")
|
||
|
|
|
||
|
|
}
|
||
|
|
@font-face{
|
||
|
|
font-family:"Roboto";
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
src:url("./fonts/Roboto-Regular-14.ttf")
|
||
|
|
|
||
|
|
}
|