ws/static/inter.woff2 🔗
Amolith created
ws/static/inter.woff2 | 0
ws/static/inter.woff2.license | 3 +++
ws/static/styles.css | 9 +++++++++
3 files changed, 12 insertions(+)
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2016-2020 The Inter Project Authors
+
+SPDX-License-Identifier: OFL-1.1
@@ -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 {