Add Menlo as a fallback on macOS
This commit is contained in:
parent
ea18576032
commit
808e75a54d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ use unicode_script::Script;
|
||||||
pub fn common_fallback() -> &'static [&'static str] {
|
pub fn common_fallback() -> &'static [&'static str] {
|
||||||
&[
|
&[
|
||||||
".SF NS",
|
".SF NS",
|
||||||
|
"Menlo",
|
||||||
"Apple Color Emoji",
|
"Apple Color Emoji",
|
||||||
"Geneva",
|
"Geneva",
|
||||||
"Arial Unicode MS",
|
"Arial Unicode MS",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue