Skip to content

Commit d752800

Browse files
committed
feat: fonts added
1 parent 76b4430 commit d752800

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

platforms/metagram/src/app.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
@import 'tailwindcss';
2+
3+
@font-face {
4+
font-family: "Geist", sans-serif;
5+
font-style: normal;
6+
font-weight: 700;
7+
font-display: swap;
8+
src: url("/fonts/Geist-VariableFont_wght.ttf") format("truetype");
9+
}
10+
11+
@layer base {
12+
h1 {
13+
@apply font-geist text-[90px]/[1.5] font-bold;
14+
}
15+
}
16+
17+
@theme {
18+
/* fonts */
19+
--font-geist: "Geist", sans-serif;
20+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1 class="text-5xl text-red-500">Metagram</h1>
1+
<h1 class="text-5xl text-red-500">metagram</h1>
145 KB
Binary file not shown.

0 commit comments

Comments
 (0)