mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
13 lines
473 B
SCSS
13 lines
473 B
SCSS
body, h5, h6,
|
|
.badge, .note, .grav-mdeditor-preview,
|
|
input, select, textarea, button, .selectize-input,
|
|
h1, h2, h3, h4,
|
|
.fontfamily-sans .CodeMirror pre,
|
|
#admin-menu li, .form-tabs > label, .label, {
|
|
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
|
}
|
|
//.ck-editor shortcode, .ck-editor twig,
|
|
.CodeMirror pre,
|
|
code, kbd, pre, samp, .mono {
|
|
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
}
|