mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-05-10 23:12:09 +00:00
Only use generic fonts.
This commit is contained in:
parent
003eea7429
commit
7e5d1a0875
@ -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…
Reference in New Issue
Block a user