Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-06-07 11:08:52 +02:00
parent 19aa8842c2
commit 1d18b3a028

View file

@ -124,6 +124,7 @@ fn font_family(names: Vec<&str>) -> FontFamily {
list: names.into_boxed_slice(),
},
is_system_font: false,
is_initial: false,
}
}