Skip to content

Commit 65d3e49

Browse files
committed
fix(app): use Public Sans font
1 parent d83c077 commit 65d3e49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="preconnect" href="https://fonts.bunny.net">
8+
<link href="https://fonts.bunny.net/css?family=public-sans:400,500,600,700" rel="stylesheet" />
79
<title>Vue Starter Template</title>
810
<meta name="description" content="Nuxt UI Pro is a collection of premium Vue components built on top of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.">
911
</head>

src/assets/css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
@import "@nuxt/ui-pro";
33

44
@theme static {
5+
--font-sans: 'Public Sans', sans-serif;
6+
57
--color-green-50: oklch(90.98% 0.04338 166.72);
68
--color-green-100: oklch(88.46% 0.05417 166.29);
79
--color-green-200: oklch(83.957% 0.07763 165.13);

0 commit comments

Comments
 (0)