diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-23 16:41:43 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-23 16:41:43 +0100 |
| commit | 1e31b71afd1ead4644e99df6838a55481176e09a (patch) | |
| tree | f1107a55f2b2f6ed838190ac259cd5b698bcc56f /static/index.css | |
| parent | 2e8f59aaeb731dd726f8d49d120ae4cc8a7cf512 (diff) | |
add fonts and create-user endpoint
Diffstat (limited to 'static/index.css')
| -rw-r--r-- | static/index.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css index 67c1407..d5d74cd 100644 --- a/static/index.css +++ b/static/index.css @@ -52,3 +52,19 @@ input { width: 100%; height: 100%; } + +@font-face { + font-family: Pacifico; + src: url(/fonts/pacifico/regular.ttf); +} + +@font-face { + font-family: "Noto Sans"; + src: url(/fonts/noto-sans/default.ttf); +} + +@font-face { + font-family: "Noto Sans"; + font-style: italic + src: url(/fonts/noto-sans/italic.ttf); +} |