You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
937 B
44 lines
937 B
/* Belgika (OSP) */
|
|
@font-face{
|
|
font-family: 'Belgika';
|
|
src:
|
|
url('../fonts/Belgika-5th.otf') format('opentype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
@font-face{
|
|
font-family: 'Belgika-reg';
|
|
src:
|
|
url('../fonts/Belgika-8th.otf') format('opentype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Syne Italic */
|
|
@font-face{
|
|
font-family: 'Syne';
|
|
src:
|
|
url('../fonts/Syne-Italic.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Libre Baskerville */
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|