diff --git a/static/base.css b/static/base.css index 199e94b..b1d0680 100644 --- a/static/base.css +++ b/static/base.css @@ -18,56 +18,57 @@ body { margin: 0; color: var(--color-text); - line-height: 1.4; + line-height: 1.5; } /* Fonts */ @font-face { - font-family: "Fira Sans"; + font-family: "Atkinson Hyperlegible"; src: - local("Fira Sans Regular"), - url("font/FiraSans-Regular.ttf"); + local("Atkinson Hyperlegible Regular"), + url("font/AtkinsonHyperlegible-Regular.ttf"); font-weight: 400; } @font-face { - font-family: "Fira Sans"; + font-family: "Atkinson Hyperlegible"; src: - local("Fira Sans Italic"), - url("font/FiraSans-Italic.ttf"); + local("Atkinson Hyperlegible Italic"), + url("font/AtkinsonHyperlegible-Italic.ttf"); font-weight: 400; font-style: italic; } @font-face { - font-family: "Fira Sans"; + font-family: "Atkinson Hyperlegible"; src: - local("Fira Sans Bold"), - url("font/FiraSans-Bold.ttf"); + local("Atkinson Hyperlegible Bold"), + url("font/AtkinsonHyperlegible-Bold.ttf"); font-weight: 700; } @font-face { - font-family: "Fira Sans"; + font-family: "Atkinson Hyperlegible"; src: - local("Fira Sans Bold Italic"), - url("font/FiraSans-BoldItalic.ttf"); + local("Atkinson Hyperlegible Bold Italic"), + url("font/AtkinsonHyperlegible-BoldItalic.ttf"); font-weight: 700; font-style: italic; } @font-face { - font-family: "Fira Code"; + /* NOTE: This is my own variant of Iosevka that more or less follows the stylistic choices + of Atkinson Hyperlegible. */ + font-family: "Iosevka Hyperlegible"; src: - local("Fira Code"), - url("font/FiraCode-VariableFont_wght.ttf"); + local("Iosevka Hyperlegible"), + url("font/IosevkaHyperlegible-Regular.woff2"); font-weight: 400; } :root { - font-size: 87.5%; - font-family: "Fira Sans", sans-serif; + font-family: "Atkinson Hyperlegible", sans-serif; } button, textarea, input { @@ -76,7 +77,8 @@ button, textarea, input { } pre, code, textarea { - font-family: "Fira Code", monospace; + font-family: "Iosevka Hyperlegible", monospace; + line-height: 1.5; } /* Buttons */ diff --git a/static/font/AtkinsonHyperlegible-Bold.ttf b/static/font/AtkinsonHyperlegible-Bold.ttf new file mode 100644 index 0000000..c72b488 Binary files /dev/null and b/static/font/AtkinsonHyperlegible-Bold.ttf differ diff --git a/static/font/AtkinsonHyperlegible-BoldItalic.ttf b/static/font/AtkinsonHyperlegible-BoldItalic.ttf new file mode 100644 index 0000000..ff966b1 Binary files /dev/null and b/static/font/AtkinsonHyperlegible-BoldItalic.ttf differ diff --git a/static/font/AtkinsonHyperlegible-Italic.ttf b/static/font/AtkinsonHyperlegible-Italic.ttf new file mode 100644 index 0000000..1cf113a Binary files /dev/null and b/static/font/AtkinsonHyperlegible-Italic.ttf differ diff --git a/static/font/AtkinsonHyperlegible-Regular.ttf b/static/font/AtkinsonHyperlegible-Regular.ttf new file mode 100644 index 0000000..23614a4 Binary files /dev/null and b/static/font/AtkinsonHyperlegible-Regular.ttf differ diff --git a/static/font/FiraCode-VariableFont_wght.ttf b/static/font/FiraCode-VariableFont_wght.ttf deleted file mode 100644 index 5655ed5..0000000 Binary files a/static/font/FiraCode-VariableFont_wght.ttf and /dev/null differ diff --git a/static/font/FiraSans-Black.ttf b/static/font/FiraSans-Black.ttf deleted file mode 100644 index 113cd3b..0000000 Binary files a/static/font/FiraSans-Black.ttf and /dev/null differ diff --git a/static/font/FiraSans-BlackItalic.ttf b/static/font/FiraSans-BlackItalic.ttf deleted file mode 100644 index 1c49fb2..0000000 Binary files a/static/font/FiraSans-BlackItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Bold.ttf b/static/font/FiraSans-Bold.ttf deleted file mode 100644 index e3593fb..0000000 Binary files a/static/font/FiraSans-Bold.ttf and /dev/null differ diff --git a/static/font/FiraSans-BoldItalic.ttf b/static/font/FiraSans-BoldItalic.ttf deleted file mode 100644 index 305b0b8..0000000 Binary files a/static/font/FiraSans-BoldItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-ExtraBold.ttf b/static/font/FiraSans-ExtraBold.ttf deleted file mode 100644 index 83744c1..0000000 Binary files a/static/font/FiraSans-ExtraBold.ttf and /dev/null differ diff --git a/static/font/FiraSans-ExtraBoldItalic.ttf b/static/font/FiraSans-ExtraBoldItalic.ttf deleted file mode 100644 index 54bcaca..0000000 Binary files a/static/font/FiraSans-ExtraBoldItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-ExtraLight.ttf b/static/font/FiraSans-ExtraLight.ttf deleted file mode 100644 index 2d4e331..0000000 Binary files a/static/font/FiraSans-ExtraLight.ttf and /dev/null differ diff --git a/static/font/FiraSans-ExtraLightItalic.ttf b/static/font/FiraSans-ExtraLightItalic.ttf deleted file mode 100644 index ef666ad..0000000 Binary files a/static/font/FiraSans-ExtraLightItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Italic.ttf b/static/font/FiraSans-Italic.ttf deleted file mode 100644 index 27d32ed..0000000 Binary files a/static/font/FiraSans-Italic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Light.ttf b/static/font/FiraSans-Light.ttf deleted file mode 100644 index 663d1de..0000000 Binary files a/static/font/FiraSans-Light.ttf and /dev/null differ diff --git a/static/font/FiraSans-LightItalic.ttf b/static/font/FiraSans-LightItalic.ttf deleted file mode 100644 index d1b1fc5..0000000 Binary files a/static/font/FiraSans-LightItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Medium.ttf b/static/font/FiraSans-Medium.ttf deleted file mode 100644 index 001ebe7..0000000 Binary files a/static/font/FiraSans-Medium.ttf and /dev/null differ diff --git a/static/font/FiraSans-MediumItalic.ttf b/static/font/FiraSans-MediumItalic.ttf deleted file mode 100644 index b7640be..0000000 Binary files a/static/font/FiraSans-MediumItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Regular.ttf b/static/font/FiraSans-Regular.ttf deleted file mode 100644 index 6f80647..0000000 Binary files a/static/font/FiraSans-Regular.ttf and /dev/null differ diff --git a/static/font/FiraSans-SemiBold.ttf b/static/font/FiraSans-SemiBold.ttf deleted file mode 100644 index 0c93b7e..0000000 Binary files a/static/font/FiraSans-SemiBold.ttf and /dev/null differ diff --git a/static/font/FiraSans-SemiBoldItalic.ttf b/static/font/FiraSans-SemiBoldItalic.ttf deleted file mode 100644 index e1a2989..0000000 Binary files a/static/font/FiraSans-SemiBoldItalic.ttf and /dev/null differ diff --git a/static/font/FiraSans-Thin.ttf b/static/font/FiraSans-Thin.ttf deleted file mode 100644 index c925f94..0000000 Binary files a/static/font/FiraSans-Thin.ttf and /dev/null differ diff --git a/static/font/FiraSans-ThinItalic.ttf b/static/font/FiraSans-ThinItalic.ttf deleted file mode 100644 index dd39092..0000000 Binary files a/static/font/FiraSans-ThinItalic.ttf and /dev/null differ diff --git a/static/font/IosevkaHyperlegible-Bold.woff2 b/static/font/IosevkaHyperlegible-Bold.woff2 new file mode 100644 index 0000000..102b9b2 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Bold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-BoldItalic.woff2 b/static/font/IosevkaHyperlegible-BoldItalic.woff2 new file mode 100644 index 0000000..9c76d50 Binary files /dev/null and b/static/font/IosevkaHyperlegible-BoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-BoldOblique.woff2 b/static/font/IosevkaHyperlegible-BoldOblique.woff2 new file mode 100644 index 0000000..d5a3451 Binary files /dev/null and b/static/font/IosevkaHyperlegible-BoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Extended.woff2 b/static/font/IosevkaHyperlegible-Extended.woff2 new file mode 100644 index 0000000..7088508 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Extended.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedBold.woff2 b/static/font/IosevkaHyperlegible-ExtendedBold.woff2 new file mode 100644 index 0000000..aa96f64 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedBold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2 new file mode 100644 index 0000000..db5513c Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2 new file mode 100644 index 0000000..cada2a9 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2 new file mode 100644 index 0000000..cdbd5b9 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2 new file mode 100644 index 0000000..225f736 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2 new file mode 100644 index 0000000..bee4057 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2 new file mode 100644 index 0000000..9ba9c1a Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2 new file mode 100644 index 0000000..c384252 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2 new file mode 100644 index 0000000..f8ec80a Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedHeavy.woff2 b/static/font/IosevkaHyperlegible-ExtendedHeavy.woff2 new file mode 100644 index 0000000..ccf79a9 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedHeavy.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2 new file mode 100644 index 0000000..f604ff2 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2 new file mode 100644 index 0000000..e8e911d Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedItalic.woff2 new file mode 100644 index 0000000..3d944aa Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedLight.woff2 b/static/font/IosevkaHyperlegible-ExtendedLight.woff2 new file mode 100644 index 0000000..ed218c9 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedLight.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2 new file mode 100644 index 0000000..76e75e1 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2 new file mode 100644 index 0000000..354c70e Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedMedium.woff2 b/static/font/IosevkaHyperlegible-ExtendedMedium.woff2 new file mode 100644 index 0000000..6738465 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedMedium.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2 new file mode 100644 index 0000000..a38a3fd Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2 new file mode 100644 index 0000000..39f4819 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedOblique.woff2 new file mode 100644 index 0000000..2798050 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2 b/static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2 new file mode 100644 index 0000000..79d3fd1 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2 new file mode 100644 index 0000000..1186b08 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2 new file mode 100644 index 0000000..4274a6c Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedThin.woff2 b/static/font/IosevkaHyperlegible-ExtendedThin.woff2 new file mode 100644 index 0000000..21df123 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedThin.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2 b/static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2 new file mode 100644 index 0000000..337b58d Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2 b/static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2 new file mode 100644 index 0000000..82c516b Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraBold.woff2 b/static/font/IosevkaHyperlegible-ExtraBold.woff2 new file mode 100644 index 0000000..0573192 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraBold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2 b/static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..3d16b95 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2 b/static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2 new file mode 100644 index 0000000..504ef0e Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraLight.woff2 b/static/font/IosevkaHyperlegible-ExtraLight.woff2 new file mode 100644 index 0000000..4e3bcd8 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraLight.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraLightItalic.woff2 b/static/font/IosevkaHyperlegible-ExtraLightItalic.woff2 new file mode 100644 index 0000000..c7af001 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraLightItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ExtraLightOblique.woff2 b/static/font/IosevkaHyperlegible-ExtraLightOblique.woff2 new file mode 100644 index 0000000..c6d82ab Binary files /dev/null and b/static/font/IosevkaHyperlegible-ExtraLightOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Heavy.woff2 b/static/font/IosevkaHyperlegible-Heavy.woff2 new file mode 100644 index 0000000..1ad74e2 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Heavy.woff2 differ diff --git a/static/font/IosevkaHyperlegible-HeavyItalic.woff2 b/static/font/IosevkaHyperlegible-HeavyItalic.woff2 new file mode 100644 index 0000000..9feeee3 Binary files /dev/null and b/static/font/IosevkaHyperlegible-HeavyItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-HeavyOblique.woff2 b/static/font/IosevkaHyperlegible-HeavyOblique.woff2 new file mode 100644 index 0000000..f9575be Binary files /dev/null and b/static/font/IosevkaHyperlegible-HeavyOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Italic.woff2 b/static/font/IosevkaHyperlegible-Italic.woff2 new file mode 100644 index 0000000..a099f11 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Italic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Light.woff2 b/static/font/IosevkaHyperlegible-Light.woff2 new file mode 100644 index 0000000..ab94c4e Binary files /dev/null and b/static/font/IosevkaHyperlegible-Light.woff2 differ diff --git a/static/font/IosevkaHyperlegible-LightItalic.woff2 b/static/font/IosevkaHyperlegible-LightItalic.woff2 new file mode 100644 index 0000000..8f60fa3 Binary files /dev/null and b/static/font/IosevkaHyperlegible-LightItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-LightOblique.woff2 b/static/font/IosevkaHyperlegible-LightOblique.woff2 new file mode 100644 index 0000000..5d6f468 Binary files /dev/null and b/static/font/IosevkaHyperlegible-LightOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Medium.woff2 b/static/font/IosevkaHyperlegible-Medium.woff2 new file mode 100644 index 0000000..0ed0422 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Medium.woff2 differ diff --git a/static/font/IosevkaHyperlegible-MediumItalic.woff2 b/static/font/IosevkaHyperlegible-MediumItalic.woff2 new file mode 100644 index 0000000..7ceb42f Binary files /dev/null and b/static/font/IosevkaHyperlegible-MediumItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-MediumOblique.woff2 b/static/font/IosevkaHyperlegible-MediumOblique.woff2 new file mode 100644 index 0000000..e907225 Binary files /dev/null and b/static/font/IosevkaHyperlegible-MediumOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Oblique.woff2 b/static/font/IosevkaHyperlegible-Oblique.woff2 new file mode 100644 index 0000000..b30d1fb Binary files /dev/null and b/static/font/IosevkaHyperlegible-Oblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Regular.woff2 b/static/font/IosevkaHyperlegible-Regular.woff2 new file mode 100644 index 0000000..0e2e5d6 Binary files /dev/null and b/static/font/IosevkaHyperlegible-Regular.woff2 differ diff --git a/static/font/IosevkaHyperlegible-SemiBold.woff2 b/static/font/IosevkaHyperlegible-SemiBold.woff2 new file mode 100644 index 0000000..851d6e1 Binary files /dev/null and b/static/font/IosevkaHyperlegible-SemiBold.woff2 differ diff --git a/static/font/IosevkaHyperlegible-SemiBoldItalic.woff2 b/static/font/IosevkaHyperlegible-SemiBoldItalic.woff2 new file mode 100644 index 0000000..51d11c4 Binary files /dev/null and b/static/font/IosevkaHyperlegible-SemiBoldItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-SemiBoldOblique.woff2 b/static/font/IosevkaHyperlegible-SemiBoldOblique.woff2 new file mode 100644 index 0000000..1022336 Binary files /dev/null and b/static/font/IosevkaHyperlegible-SemiBoldOblique.woff2 differ diff --git a/static/font/IosevkaHyperlegible-Thin.woff2 b/static/font/IosevkaHyperlegible-Thin.woff2 new file mode 100644 index 0000000..c0f8bbd Binary files /dev/null and b/static/font/IosevkaHyperlegible-Thin.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ThinItalic.woff2 b/static/font/IosevkaHyperlegible-ThinItalic.woff2 new file mode 100644 index 0000000..52f21aa Binary files /dev/null and b/static/font/IosevkaHyperlegible-ThinItalic.woff2 differ diff --git a/static/font/IosevkaHyperlegible-ThinOblique.woff2 b/static/font/IosevkaHyperlegible-ThinOblique.woff2 new file mode 100644 index 0000000..85d7826 Binary files /dev/null and b/static/font/IosevkaHyperlegible-ThinOblique.woff2 differ diff --git a/static/index.css b/static/index.css index 70c8650..3114fd9 100644 --- a/static/index.css +++ b/static/index.css @@ -201,6 +201,7 @@ rkgk-connection-status { --border-radius: 4px; display: flex; + align-items: center; box-sizing: border-box; width: fit-content; @@ -214,6 +215,8 @@ rkgk-connection-status { padding: 4px 8px; text-decoration: none; + line-height: 1; + &:hover { background-color: var(--color-shaded-background); }