Edit styling and fonts
This commit is contained in:
13
static/fonts.css
Normal file
13
static/fonts.css
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user