Add forbidden font families

This commit is contained in:
Jeremy Soller 2022-10-14 09:38:27 -06:00
parent ce835d7014
commit 9519696a5b
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
5 changed files with 24 additions and 1 deletions

View file

@ -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 {