embed the inter font

Amolith created

Change summary

ws/static/inter.woff2         | 0 
ws/static/inter.woff2.license | 3 +++
ws/static/styles.css          | 9 +++++++++
3 files changed, 12 insertions(+)

Detailed changes

ws/static/styles.css 🔗

@@ -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 {