diff --git a/fonts/Inter-italic.var.woff2 b/fonts/Inter-italic.var.woff2 deleted file mode 100644 index b826d5a..0000000 Binary files a/fonts/Inter-italic.var.woff2 and /dev/null differ diff --git a/fonts/Inter-roman.var.woff2 b/fonts/Inter-roman.var.woff2 deleted file mode 100644 index 6a256a0..0000000 Binary files a/fonts/Inter-roman.var.woff2 and /dev/null differ diff --git a/fonts/NanumGothic-Bold.woff2 b/fonts/NanumGothic-Bold.woff2 deleted file mode 100644 index d0e33f4..0000000 Binary files a/fonts/NanumGothic-Bold.woff2 and /dev/null differ diff --git a/fonts/NanumGothic-Regular.woff2 b/fonts/NanumGothic-Regular.woff2 deleted file mode 100644 index 00ef3d0..0000000 Binary files a/fonts/NanumGothic-Regular.woff2 and /dev/null differ diff --git a/fonts/README.md b/fonts/README.md index a274d54..c6a0873 100644 --- a/fonts/README.md +++ b/fonts/README.md @@ -10,10 +10,6 @@ Sigma-9's body font. Licensed under [SIL Open Font License 1.1](https://github.c Sigma-9's header font. Licensed under [SIL Open Font License 1.1](https://github.com/scpwiki/normalcy-sans/blob/main/LICENSE). -## [Nanum Gothic](https://fonts.google.com/specimen/Nanum+Gothic) - -Tertiary and fallback font. Licensed under [SIL Open Font License 1.1](https://fonts.google.com/specimen/Nanum+Gothic/about). - ## RedactRect Provides a fallback redaction character (FULL BLOCK, U+2588) that matches the width of Inter. Licensed under SIL Open Font License 1.1, copyright The SCP Wiki. diff --git a/sigma.css b/sigma.css index 0803b31..3fd7c63 100644 --- a/sigma.css +++ b/sigma.css @@ -11,29 +11,13 @@ @charset "utf-8"; +@import url('https://rsms.me/inter/inter.css'); @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); /* Don't remove Bauhaus yet, still onsite dependencies to resolve */ @import url('https://scp-wiki.wdfiles.com/local--files/component%3Atheme/font-bauhaus.css'); /* FONT-FACE */ -@font-face { - font-family: Inter; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/Inter-roman.var.woff2?v=3.19') - format('woff2'); -} - -@font-face { - font-family: Inter; - font-style: italic; - font-weight: 100 900; - font-display: swap; - src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/Inter-italic.var.woff2?v=3.19') - format('woff2'); -} @font-face { font-family: 'Sans Normalcy'; @@ -158,7 +142,7 @@ body { background-color: #fff; font-size: 0.95em; color: #333; - font-family: Inter, RedactRect, BlinkMacSystemFont, 'Segoe UI', Roboto, + font-family: InterVariable, RedactRect, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-feature-settings: 'case', 'ss01', 'ss04';