4 lines
400 B
CSS
4 lines
400 B
CSS
/* 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"; } |