Skip to content

Commit 4d9eb9b

Browse files
committed
Prefer bundled version of Source Code Pro
This prevents an issue with Firefox 80 on macOS that prevents syntax highlighting from working.
1 parent f6768b8 commit 4d9eb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/fonts/fonts.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
font-family: 'Source Code Pro';
9797
font-style: normal;
9898
font-weight: 500;
99-
src: local('Source Code Pro Medium'), local('SourceCodePro-Medium'),
100-
url('source-code-pro-v11-all-charsets-500.woff2') format('woff2');
99+
src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'),
100+
local('Source Code Pro Medium'), local('SourceCodePro-Medium');
101101
}

0 commit comments

Comments
 (0)