Add default fallbacks for macOS
This commit is contained in:
parent
9e7fa311e5
commit
619a52ed4e
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@ use unicode_script::Script;
|
||||||
|
|
||||||
// Fallbacks to use after any script specific fallbacks
|
// Fallbacks to use after any script specific fallbacks
|
||||||
pub fn common_fallback() -> &'static [&'static str] {
|
pub fn common_fallback() -> &'static [&'static str] {
|
||||||
&[]
|
&[
|
||||||
|
".SF NS",
|
||||||
|
"Apple Color Emoji",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fallbacks to use per script
|
// Fallbacks to use per script
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue