You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is typical for a font stack to include a GenericFamily. Android and CoreText both have information about ‘UI’ type fonts in fallback, differentiated from general text fonts; and Android has support for setting fallback families for generic familes. We should be able to support preferentially matching system-ui to variant="compact" when available on Android, and matching serif (or ui-serif) to fallback fonts with fallbackFor="serif".
This information probably belongs in FallbackKey but it would need to be wired through the style resolver.
The text was updated successfully, but these errors were encountered:
It is typical for a font stack to include a GenericFamily. Android and CoreText both have information about ‘UI’ type fonts in fallback, differentiated from general text fonts; and Android has support for setting fallback families for generic familes. We should be able to support preferentially matching
system-ui
tovariant="compact"
when available on Android, and matchingserif
(orui-serif
) to fallback fonts withfallbackFor="serif"
.This information probably belongs in
FallbackKey
but it would need to be wired through the style resolver.The text was updated successfully, but these errors were encountered: