Skip to content

Commit 73cabeb

Browse files
authored
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.
1 parent 4d9eb9b commit 73cabeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/theme/fonts/fonts.css

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

0 commit comments

Comments
 (0)