simple-fonts.css 472 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. .CodeMirror pre,
  9. code, kbd, pre, samp, .mono {
  10. font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; }
  11. /*# sourceMappingURL=simple-fonts.css.map */