From 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:58:23 +0200 Subject: Update font styles and background colors in CSS files --- assets/css/_fonts.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/css/_fonts.scss (limited to 'assets/css/_fonts.scss') 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 -- cgit v1.3