42 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2025-01-09 00:40:28 +03:00
/* styles/fonts.css */
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_thin.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_light.otf') format('opentype');
font-weight: 350;
font-style: normal;
}
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'GT Eesti Pro Display';
src: url('../public/fonts/gteestiprodisplay_ultrabold.otf') format('opentype');
font-weight: 900;
font-style: normal;
}