Skip to content

Commit 270c513

Browse files
committed
jquery: fix references to undefined "source-code-pro" font
No longer loaded from TypeKit as of #451.
1 parent 44a4ef4 commit 270c513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,7 +3367,7 @@ that IE7/8 do not support :nth-child.
33673367
/* Syntax Highlighting ---------------------- */
33683368

33693369
pre, code {
3370-
font-family: "source-code-pro", Consolas, monospace !important;
3370+
font-family: Consolas, Menlo, monospace !important;
33713371
word-spacing: 0;
33723372
}
33733373
pre code {
@@ -3566,7 +3566,7 @@ pre .diff .hljs-comment {
35663566
vertical-align: baseline !important;
35673567
width: auto !important;
35683568
box-sizing: content-box !important;
3569-
font-family: "source-code-pro", Consolas, monospace !important;
3569+
font-family: Consolas, Menlo, monospace !important;
35703570
font-weight: normal !important;
35713571
font-style: normal !important;
35723572
font-size: 1em !important;

0 commit comments

Comments
 (0)