We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c7220 commit 639ebebCopy full SHA for 639ebeb
src/fontLoader.ts
@@ -38,7 +38,7 @@ const fontSairaCondensedExtrabold = new FontFace('Saira Condensed', fontURLs.Sai
38
weight: '800'
39
})
40
41
-const fontPTSansNarrowBold = new FontFace('Saira Condensed', fontURLs.PTSansNarrow700, {
+const fontPTSansNarrowBold = new FontFace('PT Sans Narrow', fontURLs.PTSansNarrow700, {
42
style: 'normal',
43
weight: '700'
44
0 commit comments