diff options
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; |