diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
| commit | 108938f881f03355107358977d1550737486ca04 (patch) | |
| tree | 2668fd0ccc1421ca5cad993611f9f46e184dc514 /frontend/src/index.css | |
| parent | 4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (diff) | |
implement MUSIC DIVER score tracking
Diffstat (limited to 'frontend/src/index.css')
| -rw-r--r-- | frontend/src/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css index f1d8c73..79547f6 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1 +1,7 @@ @import "tailwindcss"; + +@layer base { + .font-orbitron { + font-family: 'Orbitron', sans-serif; + } +} |
