feat: rm font

This commit is contained in:
KazooTTT
2024-07-25 15:50:36 +08:00
parent c28c2f0bf4
commit 5c7464a72d
3 changed files with 0 additions and 14 deletions

Binary file not shown.

View File

@ -2,20 +2,6 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
@font-face {
font-family: 'Satoshi';
src: url('/fonts/Satoshi-Variable.ttf');
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Satoshi';
src: url('/fonts/Satoshi-VariableItalic.ttf');
font-style: italic;
font-display: swap;
}
@layer base { @layer base {
:root { :root {
--background: 210 33% 99%; --background: 210 33% 99%;