Skip to content

Commit

Permalink
Promote Noto Color Emoji fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
apricotbucket28 authored and jackpot51 committed Jun 4, 2024
1 parent b0a70c7 commit 5e82de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/font/fallback/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ pub fn common_fallback() -> &'static [&'static str] {
&[
/* Sans-serif fallbacks */
"Noto Sans",
"FreeSans",
/* Emoji fallbacks*/
"Noto Color Emoji",
/* More sans-serif fallbacks */
"DejaVu Sans",
"FreeSans",
/* Mono fallbacks */
"Noto Sans Mono",
"DejaVu Sans Mono",
"FreeMono",
/* Symbols fallbacks */
"Noto Sans Symbols",
"Noto Sans Symbols2",
/* Emoji fallbacks*/
"Noto Color Emoji",
//TODO: Add CJK script here for doublewides?
]
}
Expand Down

0 comments on commit 5e82de1

Please sign in to comment.