From 9be38a9910af3cb5191e8f064b34df9ddc6d9db0 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Thu, 5 Oct 2023 23:46:52 +0100 Subject: First working site --- src/assets/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/assets/main.css') diff --git a/src/assets/main.css b/src/assets/main.css index e8667cd..1419f5d 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,5 +1,13 @@ @import './base.css'; +@font-face { + font-family: "Noto Sans Symbols 2"; + src: url(https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansSymbols2/full/otf/NotoSansSymbols2-Regular.otf), + url(NotoSansSymbols2-Regular.otf), + local("Noto Sans Symbols 2"), + local("Noto Sans Symbols2"); +} + #app { max-width: 1280px; margin: 0 auto; -- cgit v1.2.3-70-g09d2