We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b4430 commit d752800Copy full SHA for d752800
platforms/metagram/src/app.css
@@ -1 +1,20 @@
1
@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
platforms/metagram/src/routes/+page.svelte
@@ -1 +1 @@
-<h1 class="text-5xl text-red-500">Metagram</h1>
+<h1 class="text-5xl text-red-500">metagram</h1>
platforms/metagram/static/fonts/Geist-VariableFont_wght.ttf
145 KB
0 commit comments