embed the inter font

This commit is contained in:
Amolith 2023-10-29 13:53:06 -04:00
parent 53705af5ce
commit d9bf2f6278
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
3 changed files with 12 additions and 0 deletions

BIN
ws/static/inter.woff2 Normal file

Binary file not shown.

View File

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

View File

@ -4,11 +4,20 @@
* SPDX-License-Identifier: CC0-1.0
*/
@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");
}
html {
max-width: 500px;
margin: auto auto;
color: #2f2f2f;
background: white;
font-family: 'Inter', sans-serif;
}
a {