Add forbidden font families
This commit is contained in:
parent
ce835d7014
commit
9519696a5b
5 changed files with 24 additions and 1 deletions
|
|
@ -12,6 +12,11 @@ pub fn common_fallback() -> &'static [&'static str] {
|
|||
]
|
||||
}
|
||||
|
||||
// Fallbacks to never use
|
||||
pub fn forbidden_fallback() -> &'static [&'static str] {
|
||||
&[]
|
||||
}
|
||||
|
||||
fn han_unification(locale: &str) -> &'static [&'static str] {
|
||||
//TODO!
|
||||
match locale {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue