Skip to content

Commit ba50a16

Browse files
committed
fix: font
1 parent cb0a0a0 commit ba50a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/base.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
document.fonts.load("400 1em 'Inter'"),
3434
document.fonts.load("400 italic 1em 'Inter'"),
3535
document.fonts.load("500 1em 'Inter'"),
36+
document.fonts.load("600 1em 'Inter'"),
3637
document.fonts.load("700 1em 'Inter'"),
3738
document.fonts.load("900 1em 'Inter'"),
3839
]).then(function () {

0 commit comments

Comments
 (0)