Turn to blueish website

This commit is contained in:
2021-05-06 15:33:50 +02:00
parent 2a432588f9
commit 0423ee94a9
3 changed files with 19 additions and 17 deletions

View File

@ -6,8 +6,15 @@
@font-face {
font-family: Cantarell;
src: local("Cantarell"), url(/fonts/cantarell/Cantarell-Thin.otf) format('opentype');
font-weight: 200;
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;
font-display: swap;
}