42 lines
1.1 KiB
CSS
42 lines
1.1 KiB
CSS
|
/* 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;
|
||
|
}
|