wesnoth/data/schema/fonts.cfg
Charles Dang 987004d09c Font: remove old workaround for light weight fonts
Testing now, pango weight markup correctly works with the Lato weight variant files present and breaks with them missing. Seems the issue I documented back in 2018 is noo longer the case, and thus we don't need this workaround.
2025-03-11 21:45:51 -04:00

15 lines
337 B
INI

{./macros.cfg}
[wml_schema]
[tag]
name="root"
[tag]
name="fonts"
min=1
max=1
{REQUIRED_KEY family_order t_string}
{REQUIRED_KEY family_order_monospace t_string}
{REQUIRED_KEY family_order_script t_string}
[/tag]
[/tag]
[/wml_schema]