fix: font issues

some fonts are not falling back when a glyph is missing for a selected font and weight
This commit is contained in:
Ashley Wulber 2026-04-03 08:25:01 -04:00 committed by Michael Murphy
parent 97a805e5a1
commit b0f4e931f2

View file

@ -9,6 +9,7 @@ name = "cosmic"
[features]
default = [
"advanced-shaping",
"winit",
"tokio",
"a11y",
@ -16,7 +17,8 @@ default = [
"x11",
"iced-wayland",
"multi-window",
] # default = ["dbus-config", "multi-window", "a11y"]
]
advanced-shaping = ["iced/advanced-shaping"]
# Accessibility support
a11y = ["iced/a11y", "iced_accessibility"]
# Enable about widget