diff options
author | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 23:46:52 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 23:46:52 +0100 |
commit | 9be38a9910af3cb5191e8f064b34df9ddc6d9db0 (patch) | |
tree | 561f3f37d0d5deb1349e047df793991156814611 /src/assets/main.css | |
parent | 6f0a2d521ea68c468fff304b93e6ee7b0613b366 (diff) |
First working site
Diffstat (limited to 'src/assets/main.css')
-rw-r--r-- | src/assets/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |