fix for mono fonts

This commit is contained in:
Andy Miller
2016-02-29 22:17:23 -07:00
parent 46efa25183
commit 020abedc86
3 changed files with 10 additions and 6 deletions

View File

@@ -2,9 +2,11 @@ body, h5, h6,
.badge, .note, .grav-mdeditor-preview, .badge, .note, .grav-mdeditor-preview,
input, select, textarea, button, .selectize-input, input, select, textarea, button, .selectize-input,
h1, h2, h3, h4, h1, h2, h3, h4,
#admin-menu li, .form-tabs > label, .label, #admin-menu li, .form-tabs > label, .label {
code, kbd, pre, samp,
body .CodeMirror pre {
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; } font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
code, kbd, pre, samp,
body .CodeMirror pre {
font-family: "Monaco", "Consolas", "Lucida Console", monospace; }
/*# sourceMappingURL=simple-fonts.css.map */ /*# sourceMappingURL=simple-fonts.css.map */

View File

@@ -1,6 +1,6 @@
{ {
"version": 3, "version": 3,
"mappings": "AAAA;;;;;;oBAMqB;EACjB,WAAW,EAAE,sEAAsE", "mappings": "AAAA;;;;0CAI2C;EACvC,WAAW,EAAE,sEAAsE;;AAEvF;oBACqB;EACjB,WAAW,EAAE,iDAAiD",
"sources": ["../scss/simple-fonts.scss"], "sources": ["../scss/simple-fonts.scss"],
"names": [], "names": [],
"file": "simple-fonts.css" "file": "simple-fonts.css"

View File

@@ -2,8 +2,10 @@ body, h5, h6,
.badge, .note, .grav-mdeditor-preview, .badge, .note, .grav-mdeditor-preview,
input, select, textarea, button, .selectize-input, input, select, textarea, button, .selectize-input,
h1, h2, h3, h4, h1, h2, h3, h4,
#admin-menu li, .form-tabs > label, .label, #admin-menu li, .form-tabs > label, .label {
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
code, kbd, pre, samp, code, kbd, pre, samp,
body .CodeMirror pre { body .CodeMirror pre {
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-family: "Monaco", "Consolas", "Lucida Console", monospace;
} }