mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 07:15:30 +00:00
Only use generic fonts.
This commit is contained in:
parent
003eea7429
commit
7e5d1a0875
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user