Switch font to Atkinson Hyperlegible

This commit is contained in:
Amolith 2024-01-11 19:16:13 -05:00
parent 3eb99aad6d
commit c4cd8acd84
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
11 changed files with 43 additions and 10 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Braille Institute of America, Inc.
SPDX-License-Identifier: OFL-1.1

Binary file not shown.

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Braille Institute of America, Inc.
SPDX-License-Identifier: OFL-1.1

Binary file not shown.

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Braille Institute of America, Inc.
SPDX-License-Identifier: OFL-1.1

Binary file not shown.

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Braille Institute of America, Inc.
SPDX-License-Identifier: OFL-1.1

Binary file not shown.

View File

@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2016-2020 The Inter Project Authors
SPDX-License-Identifier: OFL-1.1

View File

@ -5,11 +5,35 @@
*/
@font-face {
font-family: 'Inter';
font-weight: 100 900;
font-display: swap;
font-style: oblique 0deg 10deg;
src: url("/static/inter.woff2?v=3.19") format("woff2");
font-family: 'Atkinson Hyperlegible';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url("/static/fonts/regular-102a.woff2") format("woff2");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-weight: normal;
font-style: italic;
font-display: swap;
src: url("/static/fonts/regular-102a.woff2") format("woff2");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url("/static/fonts/bold-102a.woff2") format("woff2");
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-weight: bold;
font-style: italic;
font-display: swap;
src: url("/static/fonts/bolditalic-102a.woff2") format("woff2");
}
html {
@ -17,7 +41,7 @@ html {
margin: auto auto;
color: #2f2f2f;
background: white;
font-family: 'Inter', sans-serif;
font-family: 'Atkinson Hyperlegible', sans-serif;
padding-bottom: 20px;
}