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:
Camelid 2020-08-29 13:16:56 -07:00
parent f6768b816c
commit 4d9eb9b4b4
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}