michalvankodev-site/static/fonts.css

21 lines
504 B
CSS
Raw Permalink Normal View History

2019-09-15 22:48:03 +02:00
@font-face {
font-family: Cantarell;
src: local("Cantarell"), url(/fonts/cantarell/Cantarell-Regular.otf) format('opentype');
font-display: swap;
}
@font-face {
font-family: Cantarell;
2021-05-06 15:33:50 +02:00
src: local("Cantarell"), url(/fonts/cantarell/Cantarell-Bold.otf) format('opentype');
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: Cantarell;
src: local("Cantarell"), url(/fonts/cantarell/Cantarell-ExtraBold.otf) format('opentype');
font-weight: 800;
2019-09-15 22:48:03 +02:00
font-display: swap;
}