Fix typo. san-serif -> sans-serif

This commit is contained in:
Pyfisch 2018-01-04 19:10:29 +01:00
parent 3692f13dcb
commit fea2d7eae5

View file

@ -203,7 +203,7 @@ impl FontList {
// Only used in the unlikely case where no font xml mapping files are found.
fn fallback_font_families() -> Vec<FontFamily> {
let alternatives = [
("san-serif", "Roboto-Regular.ttf"),
("sans-serif", "Roboto-Regular.ttf"),
("Droid Sans", "DroidSans.ttf"),
];