diff --git a/fonts/MaterialSymbolsRounded.woff2 b/fonts/MaterialSymbolsRounded.woff2 new file mode 100644 index 0000000..10ab6cc Binary files /dev/null and b/fonts/MaterialSymbolsRounded.woff2 differ diff --git a/nadir.css b/nadir.css index d7e843f..5088129 100644 --- a/nadir.css +++ b/nadir.css @@ -1,4 +1,14 @@ -@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); +@font-face { + font-family: "Noto Sans"; + src: url("fonts/NotoSansVariable.ttf"); +} + +@font-face { + font-family: 'Material Symbols Rounded'; + font-style: normal; + font-weight: 400; + src: url(fonts/MaterialSymbolsRounded.woff2); +} @keyframes progress-determinate { 0% { @@ -1078,6 +1088,20 @@ video { } .material-symbols-rounded { + font-family: 'Material Symbols Rounded'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -moz-font-feature-settings: 'liga'; + -moz-osx-font-smoothing: grayscale; + user-select: none; }