simple-fonts.scss 473 B

12345678910111213
  1. body, h5, h6,
  2. .badge, .note, .grav-mdeditor-preview,
  3. input, select, textarea, button, .selectize-input,
  4. h1, h2, h3, h4,
  5. .fontfamily-sans .CodeMirror pre,
  6. #admin-menu li, .form-tabs > label, .label, {
  7. font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  8. }
  9. //.ck-editor shortcode, .ck-editor twig,
  10. .CodeMirror pre,
  11. code, kbd, pre, samp, .mono {
  12. font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  13. }