We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934e58e commit dd632bdCopy full SHA for dd632bd
src/app/globals.css
@@ -127,4 +127,10 @@
127
section {
128
@apply w-full py-9 md:py-18;
129
}
130
-}
+}
131
+
132
+@layer utilities {
133
+ .font-comic {
134
+ font-family: "Comic Sans MS", "Comic Sans", cursive;
135
+ }
136
src/components/sections/hero.tsx
@@ -29,7 +29,9 @@ export function Hero() {
29
<CarouselItem>
30
<div className="p-1">
31
<div className="flex h-96 items-center justify-center p-6">
32
- <span className="text-4xl font-semibold text-center">Next generation voices for peace.</span>
+ <span className="text-4xl font-semibold text-center font-comic">
33
+ Next generation voices for peace.
34
+ </span>
35
</div>
36
37
</CarouselItem>
0 commit comments