Removed Atkinson Hyperlegible font

On some devices, it is not rendered;
Will probably add again as a setting
This commit is contained in:
Kenneth Bruen 2022-07-25 03:59:31 +03:00
parent 7905df4f52
commit 1d17cbbdb6
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -213,30 +213,7 @@ input {
display: none;
}
@font-face {
font-family: 'Atkinson Hyperlegible';
src: local(Atkinson Hyperlegible), url("/fonts/Atkinson-Hyperlegible-Regular-102.woff"), url("/fonts/Atkinson-Hyperlegible-Regular-102.svg");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-style: italic;
src: local(Atkinson Hyperlegible), url("/fonts/Atkinson-Hyperlegible-Italic-102.woff"), url("/fonts/Atkinson-Hyperlegible-Italic-102.svg");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-style: italic;
font-weight: bold;
src: local(Atkinson Hyperlegible), url("/fonts/Atkinson-Hyperlegible-BoldItalic-102.woff"), url("/fonts/Atkinson-Hyperlegible-BoldItalic-102.svg");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-weight: bold;
src: local(Atkinson Hyperlegible), url("/fonts/Atkinson-Hyperlegible-Bold-102.woff"), url("/fonts/Atkinson-Hyperlegible-Bold-102.svg");
}
body {
font-family: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, Ubuntu, 'Segoe UI', 'Roboto', Sans-Serif;
font-family: -apple-system, BlinkMacSystemFont, Ubuntu, 'Segoe UI', 'Roboto', Sans-Serif;
}