Skip to content

Commit

Permalink
Reorder fallback fonts. Fixes #13389
Browse files Browse the repository at this point in the history
Put the Noto Sans Symbols font last in the list of fallback fonts.
  • Loading branch information
Brian Hill committed Mar 21, 2017
1 parent 19d8e4f commit a652a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/app/font/GlyphLayoutEngine.h
Expand Up @@ -325,8 +325,8 @@ GlyphLayoutEngine::_WriteLockAndAcquireFallbackEntry(
// of some kind to know the most suitable fallback font.
static const char* fallbacks[] = {
"Noto Sans",
"Noto Sans Symbols",
"Noto Sans CJK JP",
"Noto Sans Symbols",
NULL
};

Expand Down

0 comments on commit a652a5f

Please sign in to comment.