feat: use snpro

This commit is contained in:
DIYgod 2024-04-12 17:36:03 +08:00
parent 5335643f61
commit 66facdab26
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
body, #root {
@apply h-screen;
@apply text-zinc-800;
@apply text-zinc-700;
@apply cursor-default;
font-family: 'SNPro', sans-serif;
}
.drag-region {