mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Fix typo. san-serif -> sans-serif
This commit is contained in:
parent
3692f13dcb
commit
fea2d7eae5
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ impl FontList {
|
||||||
// Only used in the unlikely case where no font xml mapping files are found.
|
// Only used in the unlikely case where no font xml mapping files are found.
|
||||||
fn fallback_font_families() -> Vec<FontFamily> {
|
fn fallback_font_families() -> Vec<FontFamily> {
|
||||||
let alternatives = [
|
let alternatives = [
|
||||||
("san-serif", "Roboto-Regular.ttf"),
|
("sans-serif", "Roboto-Regular.ttf"),
|
||||||
("Droid Sans", "DroidSans.ttf"),
|
("Droid Sans", "DroidSans.ttf"),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue