diff options
| -rw-r--r-- | data/fonts/fonts.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index f8c015f28a50..c877e8991d9e 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -251,9 +251,12 @@ </family> <family name="cursive"> - <font weight="400" style="normal" postScriptName="DancingScript">DancingScript-Regular.ttf - </font> - <font weight="700" style="normal">DancingScript-Bold.ttf</font> + <font weight="400" style="normal">DancingScript-Regular.ttf + <axis tag="wght" stylevalue="400" /> + </font> + <font weight="700" style="normal">DancingScript-Regular.ttf + <axis tag="wght" stylevalue="700" /> + </font> </family> <family name="sans-serif-smallcaps"> |