summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCamelid <37223377+camelid@users.noreply.github.com>2020-09-06 10:34:11 -0700
committerGitHub <noreply@github.com>2020-09-06 10:34:11 -0700
commit73cabeb90439357a18c61f3265640c74510cd896 (patch)
treeef7f05578f421662418339325fc0b2aa32682720 /src
parent4d9eb9b4b4cb0134583ea13815e31a758b135e4c (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/theme/fonts/fonts.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theme/fonts/fonts.css b/src/theme/fonts/fonts.css
index 8535e403..858efa59 100644
--- a/src/theme/fonts/fonts.css
+++ b/src/theme/fonts/fonts.css
@@ -96,6 +96,5 @@
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 500;
- src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'),
- local('Source Code Pro Medium'), local('SourceCodePro-Medium');
+ src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2');
}