mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Further changes required by Servo
This commit is contained in:
parent
67f9b97735
commit
4f0e0c888c
4 changed files with 47 additions and 5 deletions
|
@ -120,7 +120,9 @@ fn font_family(names: Vec<&str>) -> FontFamily {
|
|||
.collect();
|
||||
|
||||
FontFamily {
|
||||
families: FontFamilyList::new(names.into_boxed_slice()),
|
||||
families: FontFamilyList {
|
||||
list: names.into_boxed_slice(),
|
||||
},
|
||||
is_system_font: false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue