initial
This commit is contained in:
4
web/styles/fonts.css
Normal file
4
web/styles/fonts.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Local fonts, no CDNs */
|
||||
@font-face { font-family: "inter"; src: url("/fonts/inter-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: "merriweather"; src: url("/fonts/merriweather-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
|
||||
:root { --font-sans: "inter"; --font-serif: "merriweather"; }
|
||||
Reference in New Issue
Block a user