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