Skip to content

Commit

Permalink
Revert "Promote Noto Color Emoji fallback"
Browse files Browse the repository at this point in the history
This reverts commit 5e82de1.
  • Loading branch information
jackpot51 committed Jun 17, 2024
1 parent 24fb208 commit 7677ba3
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 7677ba3

Please sign in to comment.