diff --git a/ws/static/inter.woff2 b/ws/static/inter.woff2 new file mode 100644 index 0000000..365eedc Binary files /dev/null and b/ws/static/inter.woff2 differ diff --git a/ws/static/inter.woff2.license b/ws/static/inter.woff2.license new file mode 100644 index 0000000..2d42694 --- /dev/null +++ b/ws/static/inter.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016-2020 The Inter Project Authors + +SPDX-License-Identifier: OFL-1.1 diff --git a/ws/static/styles.css b/ws/static/styles.css index d6ca3f1..92318fb 100644 --- a/ws/static/styles.css +++ b/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 {