mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
fix for mono fonts
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user