michalvankodev-site/static/fonts.css

14 lines
327 B
CSS
Raw 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;
src: local("Cantarell"), url(/fonts/cantarell/Cantarell-Thin.otf) format('opentype');
font-weight: 200;
font-display: swap;
}