mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Use serif instead of times roman directly
This commit is contained in:
parent
0e01e46467
commit
63b4b0d1d0
@ -22,7 +22,7 @@
|
||||
// comes from the PresentationContext.
|
||||
|
||||
BODY {
|
||||
font-family: "Times Roman", serif;
|
||||
font-family: serif;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
@ -37,7 +37,7 @@ BODY {
|
||||
|
||||
// XXX Use this!
|
||||
FRAMESET {
|
||||
font-family: "Times Roman", serif;
|
||||
font-family: serif;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
|
@ -22,7 +22,7 @@
|
||||
// comes from the PresentationContext.
|
||||
|
||||
BODY {
|
||||
font-family: "Times Roman", serif;
|
||||
font-family: serif;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
@ -37,7 +37,7 @@ BODY {
|
||||
|
||||
// XXX Use this!
|
||||
FRAMESET {
|
||||
font-family: "Times Roman", serif;
|
||||
font-family: serif;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user