Only use generic fonts.

pull/193/merge
Michael Sweet 7 years ago
parent 003eea7429
commit 7e5d1a0875
  1. 10
      doc/docset.css

@ -1,21 +1,21 @@
body { body {
background: white; background: white;
color: black; color: black;
font-family: "lucida grande", geneva, helvetica, arial, sans-serif; font-family: sans-serif;
} }
h1, h2, h3, h4, h5, h6, p, td, th { h1, h2, h3, h4, h5, h6, p, td, th {
font-family: "lucida grande", geneva, helvetica, arial, sans-serif; font-family: sans-serif;
} }
kbd { kbd {
color: #006600; color: #006600;
font-family: monaco, courier, monospace; font-family: monospace;
font-weight: bold; font-weight: bold;
} }
pre { pre {
font-family: monaco, courier, monospace; font-family: monospace;
} }
pre.example { pre.example {
@ -27,7 +27,7 @@ pre.example {
pre.example em { pre.example em {
color: #3f0000; color: #3f0000;
font-family: "lucida grande", geneva, helvetica, arial, sans-serif; font-family: sans-serif;
} }
div.summary table { div.summary table {

Loading…
Cancel
Save