Skip to content

Commit 8c7eec2

Browse files
author
adobug
committed
5
1 parent 0ba2f7d commit 8c7eec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import { ThemeProviders } from './theme-providers'
1313
import { Metadata } from 'next'
1414

1515
const ubuntu = Ubuntu({
16-
subsets: ['latin'],
16+
//subsets: ['latin'],
1717
display: 'swap',
1818
weight: ['300','400','500', '700'],
19-
fallback: ['Arial'],
19+
fallback: 'Arial',
2020
})
2121

2222
export const metadata: Metadata = {

css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/* Core theme configuration */
88
@theme {
99
/* Font families */
10-
--font-sans: var(--font-space-grotesk), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
10+
--font-sans: var(--font-Ubuntu), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
1111
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1212

1313
/* Colors */

0 commit comments

Comments
 (0)