generated from nhcarrigan/template
fix: use global font settings instead of Inter
Removes Inter font import from layout and the conflicting CSS font rule, deferring font handling to the CDN global headers script.
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
* {
|
||||
font-family: "Vampyr", monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply text-4xl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user