hugo-typo/assets/css/fonts.css
2024-04-22 13:19:56 +02:00

41 lines
No EOL
1,001 B
CSS

@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-Light.woff') format('woff');
font-weight: light;
font-style: normal;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-LightItalic.woff') format('woff');
font-weight: light;
font-style: italic;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-SemiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-SemiBoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Monaspace';
src: url('/fonts/Monaspace/MonaspaceArgon-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Monaspace';
src: url('/fonts/Monaspace/MonaspaceArgon-SemiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
}