13 lines
266 B
CSS
13 lines
266 B
CSS
|
@font-face {
|
||
|
font-family: 'Roboto Slab';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(/ttf/roboto-slab.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Ruda';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(/ttf/ruda.ttf) format('truetype');
|
||
|
}
|