22 lines
481 B
CSS
22 lines
481 B
CSS
@font-face {
|
|
font-family: Karla;
|
|
src: url('fonts/karla-variable.ttf') format('truetype');
|
|
font-weight: 1 999;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Samurai Bob';
|
|
src: url('fonts/samuraibob.woff2') format('woff2'),
|
|
url('fonts/samuraibob.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Molot';
|
|
src: url('fonts/molot.woff2') format('woff2'),
|
|
url('fonts/molot.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|