diff --git a/doc/website/fonts/Inter.var.woff2 b/doc/website/fonts/Inter.var.woff2 deleted file mode 100644 index 365eedc50..000000000 Binary files a/doc/website/fonts/Inter.var.woff2 and /dev/null differ diff --git a/doc/website/style.css b/doc/website/style.css index 3cbdd43ee..dc1c82445 100644 --- a/doc/website/style.css +++ b/doc/website/style.css @@ -8,6 +8,17 @@ */ +/* FONTS */ + +@font-face { + font-family: "Inter var"; + font-weight: 100 900; + font-display: swap; + font-style: normal; + font-named-instance: "Regular"; + src: local("Inter Var"), local("Inter Variable"), local("InterVariable"), url(https://static.gnome.org/fonts/Inter.var.woff2) format("woff2"); +} + /* GNOME Color Palette */ :root { --rounded-corner: 12px; @@ -79,15 +90,6 @@ } } -/* Typography */ - -@font-face { - font-family: 'Inter Var'; - font-weight: 100 900; - font-display: swap; - font-style: oblique italic 0deg 10deg; - src: url("fonts/Inter.var.woff2?v=3.19") format("woff2"); -} * { -moz-box-sizing: border-box; @@ -98,7 +100,7 @@ html, body { margin: 0; padding: 0; font-size: 16px; - font-family: "Inter Var", sans-serif; + font-family: "Inter var", sans-serif; font-weight: 400; line-height: 1.6; scroll-behavior: smooth;