15 lines
313 B
CSS
15 lines
313 B
CSS
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Baskemo Sans';
|
||
|
|
src: url('BaskemoSans-Regular.woff2') format('woff2');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Baskemo Sans';
|
||
|
|
src: url('BaskemoSans-Italic.woff2') format('woff2');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
}
|