Skip to content

Commit

Permalink
fix: fixed typo in font description
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Aug 21, 2023
1 parent d981076 commit 6b67ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function loadFonts(): Promise<void> {
['KaTeX_Caligraphic-Bold', { weight: 'bold' }],
['KaTeX_Fraktur-Regular'],
['KaTeX_Fraktur-Bold', { weight: 'bold' }],
['KaTeX_SansSerif-Regular', { style: 'italic' }],
['KaTeX_SansSerif-Regular'],
['KaTeX_SansSerif-Bold', { weight: 'bold' }],
['KaTeX_SansSerif-Italic', { style: 'italic' }],
['KaTeX_Script-Regular'],
Expand Down

0 comments on commit 6b67ea4

Please sign in to comment.