mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make the default serif 'Times New Roman', not 'Times'
This commit is contained in:
parent
ae6939bc1a
commit
28a72cbb0e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pub impl FontContext {
|
|||
|
||||
// TODO: Allow users to specify these.
|
||||
let mut generic_fonts = linear::linear_map_with_capacity(5);
|
||||
generic_fonts.insert(~"serif", ~"Times");
|
||||
generic_fonts.insert(~"serif", ~"Times New Roman");
|
||||
generic_fonts.insert(~"sans-serif", ~"Arial");
|
||||
generic_fonts.insert(~"cursive", ~"Apple Chancery");
|
||||
generic_fonts.insert(~"fantasy", ~"Papyrus");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue