fix: new font

This commit is contained in:
2025-10-29 14:44:33 -07:00
parent 24218f53e6
commit 0dd715f9a1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "announcements", "name": "blog",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -3,7 +3,7 @@
@tailwind utilities; @tailwind utilities;
* { * {
font-family: "OpenDyslexic", monospace; font-family: "Vampyr", monospace;
} }
h1 { h1 {