diff options
Diffstat (limited to 'assets/css/_fonts.scss')
| -rw-r--r-- | assets/css/_fonts.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/_fonts.scss b/assets/css/_fonts.scss new file mode 100644 index 0000000..4740a20 --- /dev/null +++ b/assets/css/_fonts.scss @@ -0,0 +1,10 @@ +@font-face { + font-family: 'Sen Variable'; + font-style: normal; + font-display: swap; + font-weight: 400 800; + src: url("/fonts/Sen.woff2") format("woff2-variations"); +} + +$mainFontStack: 'Sen Variable', 'Arial', system-ui, sans-serif; +$monoFontStack: 'Fira Code', 'Consolas', monospace;
\ No newline at end of file |
