21 lines
448 B
CSS
21 lines
448 B
CSS
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Borna';
|
||
|
|
src: url('Borna-SemiBold.woff2') format('woff2'),
|
||
|
|
url('Borna-SemiBold.woff') format('woff');
|
||
|
|
font-weight: 600;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Borna';
|
||
|
|
src: url('Borna-SemiBoldItalic.woff2') format('woff2'),
|
||
|
|
url('Borna-SemiBoldItalic.woff') format('woff');
|
||
|
|
font-weight: 600;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|