Only use generic fonts.

This commit is contained in:
Michael Sweet 2017-04-06 14:36:04 -04:00
parent 003eea7429
commit 7e5d1a0875

View File

@ -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 {