diff options
| author | Bobby <[email protected]> | 2024-08-25 00:02:44 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 00:02:44 -0400 |
| commit | 9892c53d8f20d519e5a5bb818bd6b28c8bb0c4a1 (patch) | |
| tree | 7e044d659ace0eee154ff0d35a86b0ca376c606c /static/css/input.css | |
| parent | eea247c3794d791d0c74364639d2da39782f0446 (diff) | |
| download | yugen-9892c53d8f20d519e5a5bb818bd6b28c8bb0c4a1.tar.xz yugen-9892c53d8f20d519e5a5bb818bd6b28c8bb0c4a1.zip | |
navbar
Diffstat (limited to 'static/css/input.css')
| -rw-r--r-- | static/css/input.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/input.css b/static/css/input.css index b5c61c9..c6c1859 100644 --- a/static/css/input.css +++ b/static/css/input.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +* { + font-family: "Tsukimi Rounded", sans-serif; +} |
