diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 723517a..8104109 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -44,6 +44,7 @@ + diff --git a/css/main.css b/css/main.css index dae33cb..88523f3 100644 --- a/css/main.css +++ b/css/main.css @@ -212,141 +212,6 @@ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. */ -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 100; - src: url("/https/github.com/fonts/Inter-Thin.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Thin.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 100; - src: url("/https/github.com/fonts/Inter-ThinItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-ThinItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 200; - src: url("/https/github.com/fonts/Inter-ExtraLight.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-ExtraLight.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 200; - src: url("/https/github.com/fonts/Inter-ExtraLightItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-ExtraLightItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 300; - src: url("/https/github.com/fonts/Inter-Light.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Light.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 300; - src: url("/https/github.com/fonts/Inter-LightItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-LightItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 400; - src: url("/https/github.com/fonts/Inter-Regular.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Regular.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 400; - src: url("/https/github.com/fonts/Inter-Italic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Italic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 500; - src: url("/https/github.com/fonts/Inter-Medium.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Medium.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 500; - src: url("/https/github.com/fonts/Inter-MediumItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-MediumItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 600; - src: url("/https/github.com/fonts/Inter-SemiBold.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-SemiBold.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 600; - src: url("/https/github.com/fonts/Inter-SemiBoldItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-SemiBoldItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 700; - src: url("/https/github.com/fonts/Inter-Bold.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Bold.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 700; - src: url("/https/github.com/fonts/Inter-BoldItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-BoldItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 800; - src: url("/https/github.com/fonts/Inter-ExtraBold.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-ExtraBold.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 800; - src: url("/https/github.com/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-ExtraBoldItalic.woff") format("woff"); -} - -@font-face { - font-family: "Inter UI"; - font-style: normal; - font-weight: 900; - src: url("/https/github.com/fonts/Inter-Black.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-Black.woff") format("woff"); -} -@font-face { - font-family: "Inter UI"; - font-style: italic; - font-weight: 900; - src: url("/https/github.com/fonts/Inter-BlackItalic.woff2") format("woff2"), - url("/https/github.com/fonts/Inter-BlackItalic.woff") format("woff"); -} - /* -------------------------------------------------------------------------- Single variable font. @@ -360,44 +225,12 @@ html { font-family: 'Inter UI var', sans-serif; } } - -BUGS: -- Safari 12.0 will default to italic instead of regular when font-weight - is provided in a @font-face declaration. - Workaround: Use "Inter UI var alt" for Safari, or explicitly set - `font-variation-settings:"slnt" DEGREE`. */ @font-face { - font-family: "Inter UI var"; + font-family: "Inter UI"; font-weight: 100 900; font-style: oblique 0deg 10deg; - src: url("/https/github.com/fonts/Inter.var.woff2") format("woff2"); -} - -/* -------------------------------------------------------------------------- - -"Inter UI var alt" is recommended for Safari and Edge, for reliable italics. - -@supports (font-variation-settings: normal) { - html { - font-family: 'Inter UI var alt', sans-serif; - } -} - -*/ -@font-face { - font-family: "Inter UI var alt"; - font-weight: 100 900; - font-style: normal; - font-named-instance: "Regular"; - src: url("/https/github.com/fonts/Inter-roman.var.woff2") format("woff2"); -} -@font-face { - font-family: "Inter UI var alt"; - font-weight: 100 900; - font-style: italic; - font-named-instance: "Italic"; - src: url("/https/github.com/fonts/Inter-italic.var.woff2") format("woff2"); + src: url("/https/github.com/fonts/Inter-3.19.var.woff2") format("woff2"); } /* @@ -855,12 +688,6 @@ html { font-family: Inter UI, sans-serif; --font-family: Inter UI, sans-serif; } -@supports (font-variation-settings: normal) { - html { - font-family: Inter UI var alt, sans-serif; - --font-family: Inter UI var alt, sans-serif; - } -} form { padding: 1.5em 1.5em 0; border: 0.2rem solid #202020; diff --git a/fonts/Inter-3.19.var.woff2 b/fonts/Inter-3.19.var.woff2 new file mode 100644 index 0000000..365eedc Binary files /dev/null and b/fonts/Inter-3.19.var.woff2 differ diff --git a/fonts/Inter-Black.woff b/fonts/Inter-Black.woff deleted file mode 100644 index 43e04b7..0000000 Binary files a/fonts/Inter-Black.woff and /dev/null differ diff --git a/fonts/Inter-Black.woff2 b/fonts/Inter-Black.woff2 deleted file mode 100644 index fbf2851..0000000 Binary files a/fonts/Inter-Black.woff2 and /dev/null differ diff --git a/fonts/Inter-BlackItalic.woff b/fonts/Inter-BlackItalic.woff deleted file mode 100644 index 3459c41..0000000 Binary files a/fonts/Inter-BlackItalic.woff and /dev/null differ diff --git a/fonts/Inter-BlackItalic.woff2 b/fonts/Inter-BlackItalic.woff2 deleted file mode 100644 index 5733ffa..0000000 Binary files a/fonts/Inter-BlackItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-Bold.woff b/fonts/Inter-Bold.woff deleted file mode 100644 index d3a20ee..0000000 Binary files a/fonts/Inter-Bold.woff and /dev/null differ diff --git a/fonts/Inter-Bold.woff2 b/fonts/Inter-Bold.woff2 deleted file mode 100644 index 87678ee..0000000 Binary files a/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/fonts/Inter-BoldItalic.woff b/fonts/Inter-BoldItalic.woff deleted file mode 100644 index f081f4d..0000000 Binary files a/fonts/Inter-BoldItalic.woff and /dev/null differ diff --git a/fonts/Inter-BoldItalic.woff2 b/fonts/Inter-BoldItalic.woff2 deleted file mode 100644 index ed19a87..0000000 Binary files a/fonts/Inter-BoldItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-ExtraBold.woff b/fonts/Inter-ExtraBold.woff deleted file mode 100644 index f4b63f0..0000000 Binary files a/fonts/Inter-ExtraBold.woff and /dev/null differ diff --git a/fonts/Inter-ExtraBold.woff2 b/fonts/Inter-ExtraBold.woff2 deleted file mode 100644 index d189656..0000000 Binary files a/fonts/Inter-ExtraBold.woff2 and /dev/null differ diff --git a/fonts/Inter-ExtraBoldItalic.woff b/fonts/Inter-ExtraBoldItalic.woff deleted file mode 100644 index e7c31fa..0000000 Binary files a/fonts/Inter-ExtraBoldItalic.woff and /dev/null differ diff --git a/fonts/Inter-ExtraBoldItalic.woff2 b/fonts/Inter-ExtraBoldItalic.woff2 deleted file mode 100644 index 5f9d1b1..0000000 Binary files a/fonts/Inter-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-ExtraLight.woff b/fonts/Inter-ExtraLight.woff deleted file mode 100644 index 87f6508..0000000 Binary files a/fonts/Inter-ExtraLight.woff and /dev/null differ diff --git a/fonts/Inter-ExtraLight.woff2 b/fonts/Inter-ExtraLight.woff2 deleted file mode 100644 index 76ae490..0000000 Binary files a/fonts/Inter-ExtraLight.woff2 and /dev/null differ diff --git a/fonts/Inter-ExtraLightItalic.woff b/fonts/Inter-ExtraLightItalic.woff deleted file mode 100644 index a0f1575..0000000 Binary files a/fonts/Inter-ExtraLightItalic.woff and /dev/null differ diff --git a/fonts/Inter-ExtraLightItalic.woff2 b/fonts/Inter-ExtraLightItalic.woff2 deleted file mode 100644 index 456ea51..0000000 Binary files a/fonts/Inter-ExtraLightItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-Italic.woff b/fonts/Inter-Italic.woff deleted file mode 100644 index b5de653..0000000 Binary files a/fonts/Inter-Italic.woff and /dev/null differ diff --git a/fonts/Inter-Italic.woff2 b/fonts/Inter-Italic.woff2 deleted file mode 100644 index b8ba8fe..0000000 Binary files a/fonts/Inter-Italic.woff2 and /dev/null differ diff --git a/fonts/Inter-Light.woff b/fonts/Inter-Light.woff deleted file mode 100644 index 79f018b..0000000 Binary files a/fonts/Inter-Light.woff and /dev/null differ diff --git a/fonts/Inter-Light.woff2 b/fonts/Inter-Light.woff2 deleted file mode 100644 index 3e76607..0000000 Binary files a/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/fonts/Inter-LightItalic.woff b/fonts/Inter-LightItalic.woff deleted file mode 100644 index 8b70845..0000000 Binary files a/fonts/Inter-LightItalic.woff and /dev/null differ diff --git a/fonts/Inter-LightItalic.woff2 b/fonts/Inter-LightItalic.woff2 deleted file mode 100644 index c941c69..0000000 Binary files a/fonts/Inter-LightItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-Medium.woff b/fonts/Inter-Medium.woff deleted file mode 100644 index c9e2925..0000000 Binary files a/fonts/Inter-Medium.woff and /dev/null differ diff --git a/fonts/Inter-Medium.woff2 b/fonts/Inter-Medium.woff2 deleted file mode 100644 index 0b01565..0000000 Binary files a/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/fonts/Inter-MediumItalic.woff b/fonts/Inter-MediumItalic.woff deleted file mode 100644 index c094f7c..0000000 Binary files a/fonts/Inter-MediumItalic.woff and /dev/null differ diff --git a/fonts/Inter-MediumItalic.woff2 b/fonts/Inter-MediumItalic.woff2 deleted file mode 100644 index b4e9111..0000000 Binary files a/fonts/Inter-MediumItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-Regular.woff b/fonts/Inter-Regular.woff deleted file mode 100644 index 927dd37..0000000 Binary files a/fonts/Inter-Regular.woff and /dev/null differ diff --git a/fonts/Inter-Regular.woff2 b/fonts/Inter-Regular.woff2 deleted file mode 100644 index 7f80ff4..0000000 Binary files a/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/fonts/Inter-SemiBold.woff b/fonts/Inter-SemiBold.woff deleted file mode 100644 index 112464d..0000000 Binary files a/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/fonts/Inter-SemiBold.woff2 b/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 0c98abf..0000000 Binary files a/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/fonts/Inter-SemiBoldItalic.woff b/fonts/Inter-SemiBoldItalic.woff deleted file mode 100644 index 7e82ce3..0000000 Binary files a/fonts/Inter-SemiBoldItalic.woff and /dev/null differ diff --git a/fonts/Inter-SemiBoldItalic.woff2 b/fonts/Inter-SemiBoldItalic.woff2 deleted file mode 100644 index 7bf1d5d..0000000 Binary files a/fonts/Inter-SemiBoldItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-Thin.woff b/fonts/Inter-Thin.woff deleted file mode 100644 index 4ea7e95..0000000 Binary files a/fonts/Inter-Thin.woff and /dev/null differ diff --git a/fonts/Inter-Thin.woff2 b/fonts/Inter-Thin.woff2 deleted file mode 100644 index 39fea66..0000000 Binary files a/fonts/Inter-Thin.woff2 and /dev/null differ diff --git a/fonts/Inter-ThinItalic.woff b/fonts/Inter-ThinItalic.woff deleted file mode 100644 index bfeb9ad..0000000 Binary files a/fonts/Inter-ThinItalic.woff and /dev/null differ diff --git a/fonts/Inter-ThinItalic.woff2 b/fonts/Inter-ThinItalic.woff2 deleted file mode 100644 index d9ac239..0000000 Binary files a/fonts/Inter-ThinItalic.woff2 and /dev/null differ diff --git a/fonts/Inter-italic.var.woff2 b/fonts/Inter-italic.var.woff2 deleted file mode 100644 index 5248408..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 91e198b..0000000 Binary files a/fonts/Inter-roman.var.woff2 and /dev/null differ