Skip to content

Commit

Permalink
Fix typo. san-serif -> sans-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed Jan 4, 2018
1 parent 3692f13 commit fea2d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gfx/platform/freetype/android/font_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
];

Expand Down

0 comments on commit fea2d7e

Please sign in to comment.