Skip to content

Commit 8c9201f

Browse files
committed
Remove unused font weights from CSS
1 parent f8bca1d commit 8c9201f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const metadata: Metadata = buildMetadata({
4646

4747
const dmSansFont = DM_Sans({
4848
subsets: ['latin'],
49-
weight: ['400', '500', '600', '700'],
49+
weight: ['400', '500', '700'],
5050
variable: '--font-dmSans',
5151
display: 'swap',
5252
preload: true,

src/styles/tokens.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ export const textColors = {
1818
} as const;
1919

2020
export const fontWeight = {
21-
light: '300',
2221
normal: '400',
2322
medium: '500',
24-
semibold: '600',
2523
bold: '700',
2624
} as const;
2725

0 commit comments

Comments
 (0)