From fea2d7eae5a8907df36c37210106ff0f46527504 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Thu, 4 Jan 2018 19:10:29 +0100 Subject: [PATCH] Fix typo. san-serif -> sans-serif --- components/gfx/platform/freetype/android/font_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gfx/platform/freetype/android/font_list.rs b/components/gfx/platform/freetype/android/font_list.rs index 2ff8be5a325..6d5a1ea3061 100644 --- a/components/gfx/platform/freetype/android/font_list.rs +++ b/components/gfx/platform/freetype/android/font_list.rs @@ -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 { let alternatives = [ - ("san-serif", "Roboto-Regular.ttf"), + ("sans-serif", "Roboto-Regular.ttf"), ("Droid Sans", "DroidSans.ttf"), ];