change fonts to Atkinson Hyperlegible and a custom-built variant of Iosevka
This commit is contained in:
parent
ca25f27b4b
commit
a3e5e8bd10
|
@ -18,56 +18,57 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Sans";
|
font-family: "Atkinson Hyperlegible";
|
||||||
src:
|
src:
|
||||||
local("Fira Sans Regular"),
|
local("Atkinson Hyperlegible Regular"),
|
||||||
url("font/FiraSans-Regular.ttf");
|
url("font/AtkinsonHyperlegible-Regular.ttf");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Sans";
|
font-family: "Atkinson Hyperlegible";
|
||||||
src:
|
src:
|
||||||
local("Fira Sans Italic"),
|
local("Atkinson Hyperlegible Italic"),
|
||||||
url("font/FiraSans-Italic.ttf");
|
url("font/AtkinsonHyperlegible-Italic.ttf");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Sans";
|
font-family: "Atkinson Hyperlegible";
|
||||||
src:
|
src:
|
||||||
local("Fira Sans Bold"),
|
local("Atkinson Hyperlegible Bold"),
|
||||||
url("font/FiraSans-Bold.ttf");
|
url("font/AtkinsonHyperlegible-Bold.ttf");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fira Sans";
|
font-family: "Atkinson Hyperlegible";
|
||||||
src:
|
src:
|
||||||
local("Fira Sans Bold Italic"),
|
local("Atkinson Hyperlegible Bold Italic"),
|
||||||
url("font/FiraSans-BoldItalic.ttf");
|
url("font/AtkinsonHyperlegible-BoldItalic.ttf");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@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:
|
src:
|
||||||
local("Fira Code"),
|
local("Iosevka Hyperlegible"),
|
||||||
url("font/FiraCode-VariableFont_wght.ttf");
|
url("font/IosevkaHyperlegible-Regular.woff2");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-size: 87.5%;
|
font-family: "Atkinson Hyperlegible", sans-serif;
|
||||||
font-family: "Fira Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button, textarea, input {
|
button, textarea, input {
|
||||||
|
@ -76,7 +77,8 @@ button, textarea, input {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code, textarea {
|
pre, code, textarea {
|
||||||
font-family: "Fira Code", monospace;
|
font-family: "Iosevka Hyperlegible", monospace;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
BIN
static/font/AtkinsonHyperlegible-Bold.ttf
Normal file
BIN
static/font/AtkinsonHyperlegible-Bold.ttf
Normal file
Binary file not shown.
BIN
static/font/AtkinsonHyperlegible-BoldItalic.ttf
Normal file
BIN
static/font/AtkinsonHyperlegible-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/font/AtkinsonHyperlegible-Italic.ttf
Normal file
BIN
static/font/AtkinsonHyperlegible-Italic.ttf
Normal file
Binary file not shown.
BIN
static/font/AtkinsonHyperlegible-Regular.ttf
Normal file
BIN
static/font/AtkinsonHyperlegible-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Bold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Bold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-BoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-BoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-BoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Extended.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Extended.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedBold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedBold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedHeavy.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedHeavy.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedLight.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedLight.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedMedium.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedMedium.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedThin.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedThin.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraBold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraLight.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraLightItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ExtraLightOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ExtraLightOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Heavy.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Heavy.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-HeavyItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-HeavyItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-HeavyOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-HeavyOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Italic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Italic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Light.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Light.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-LightItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-LightItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-LightOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-LightOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Medium.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Medium.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-MediumItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-MediumOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-MediumOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Oblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Oblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Regular.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Regular.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-SemiBold.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-SemiBold.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-SemiBoldItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-SemiBoldOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-SemiBoldOblique.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-Thin.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-Thin.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ThinItalic.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ThinItalic.woff2
Normal file
Binary file not shown.
BIN
static/font/IosevkaHyperlegible-ThinOblique.woff2
Normal file
BIN
static/font/IosevkaHyperlegible-ThinOblique.woff2
Normal file
Binary file not shown.
|
@ -201,6 +201,7 @@ rkgk-connection-status {
|
||||||
--border-radius: 4px;
|
--border-radius: 4px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -214,6 +215,8 @@ rkgk-connection-status {
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-shaded-background);
|
background-color: var(--color-shaded-background);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue