Remove local version from `@font-face`

It's unlikely that the bundled version wouldn't load, and it's
especially unlikely that the page would load but the bundled version
would not.

Also, if it doesn't load, it should fall back to another monospace font,
which is fine.
This commit is contained in:
Camelid 2020-09-06 10:34:11 -07:00 committed by GitHub
parent 4d9eb9b4b4
commit 73cabeb904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -96,6 +96,5 @@
font-family: 'Source Code Pro'; font-family: 'Source Code Pro';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
src: 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');
} }