Skip to content

Commit b608285

Browse files
add city matching font
1 parent acea189 commit b608285

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/assets/css/main.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
@import "tailwindcss";
22
@import "@nuxt/ui";
33

4+
@font-face {
5+
font-family: "CitySans";
6+
src: url("~/assets/fonts/CitySans-Regular.woff") format("woff");
7+
font-weight: normal;
8+
font-style: normal;
9+
font-display: swap;
10+
}
11+
412
@layer base {
513
html {
614
scroll-behavior: smooth;
715
}
816

917
body {
10-
@apply bg-[var(--background-100)] text-[var(--text-900)] font-sans leading-relaxed;
18+
@apply bg-[var(--background-100)] text-[var(--text-900)] leading-relaxed;
1119
margin: 0;
1220
padding: 0;
21+
font-family: "CitySans", sans-serif;
1322
/* cursor: url("/wiicursor.png"), auto; */
1423
}
1524

43.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)