Skip to content

Commit b9674d9

Browse files
authored
Add bold font weight (#6451)
1 parent e17e06f commit b9674d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/web/docs/src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ const neueMontreal = localFont({
5151
src: [
5252
{ path: '../fonts/PPNeueMontreal-Regular.woff2', weight: '400' },
5353
{ path: '../fonts/PPNeueMontreal-Medium.woff2', weight: '500' },
54+
// Medium is actually 530, so we use it both for 500 and 600
5455
{ path: '../fonts/PPNeueMontreal-Medium.woff2', weight: '600' },
56+
{ path: '../fonts/PPNeueMontreal-SemiBold.woff2', weight: '700' },
5557
],
5658
});
5759

Binary file not shown.

0 commit comments

Comments
 (0)