bots-as-digital-infrapunctures/themes/default/static/css/fonts.css

53 lines
1.1 KiB
CSS
Raw Normal View History

2020-10-02 22:27:06 +02:00
/* Belgika (OSP) */
2020-09-18 15:16:59 +02:00
@font-face{
2020-10-02 22:27:06 +02:00
font-family: 'Belgika';
src:
url('../fonts/Belgika-5th.otf') format('opentype');
2020-09-18 15:16:59 +02:00
font-style: normal;
font-weight: bold;
}
@font-face{
2020-10-02 22:27:06 +02:00
font-family: 'Belgika-reg';
src:
url('../fonts/Belgika-8th.otf') format('opentype');
font-style: normal;
2020-09-18 15:16:59 +02:00
font-weight: bold;
}
/* Autopia */
@font-face{
font-family: 'Autopia';
src:
url('../fonts/Autopia-Bold.ttf') format('truetype');
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 */
2020-09-18 15:16:59 +02:00
@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;
}