diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
| commit | 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 (patch) | |
| tree | c08efc694aa616f806de94a32b829406da04ff1a /assets/css/_fonts.scss | |
| parent | 56faea4956d0dbf05ad75bbafca81aa90d09771d (diff) | |
Update font styles and background colors in CSS files
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 |
