2 Commits

Author SHA1 Message Date
naomi 297948fb46 release: v1.0.0
Code Analysis / SonarQube (push) Failing after 25s
Node.js CI / Lint and Test (push) Successful in 1m34s
2025-10-29 14:46:26 -07:00
naomi 0dd715f9a1 fix: new font 2025-10-29 14:44:51 -07:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "announcements", "name": "blog",
"version": "0.1.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3003", "dev": "next dev -p 3003",
+1 -1
View File
@@ -3,7 +3,7 @@
@tailwind utilities; @tailwind utilities;
* { * {
font-family: "OpenDyslexic", monospace; font-family: "Vampyr", monospace;
} }
h1 { h1 {