Edit styling and fonts

This commit is contained in:
2019-09-15 22:48:03 +02:00
parent f7400be1d0
commit 20d91c9ace
14 changed files with 112 additions and 129 deletions

13
static/fonts.css Normal file
View File

@ -0,0 +1,13 @@
@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;
}