Prefer bundled version of Source Code Pro
This prevents an issue with Firefox 80 on macOS that prevents syntax highlighting from working.
This commit is contained in:
parent
f6768b816c
commit
4d9eb9b4b4
|
@ -96,6 +96,6 @@
|
|||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Source Code Pro Medium'), local('SourceCodePro-Medium'),
|
||||
url('source-code-pro-v11-all-charsets-500.woff2') format('woff2');
|
||||
src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'),
|
||||
local('Source Code Pro Medium'), local('SourceCodePro-Medium');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue