Perspective - Font - Diacritics character not friendly

You can change the default styles my creating a new theme.css (= “correct” way) or with css injection(= “bad” but easy)
Which would allow you to change that line.

Heres the css injection way, for theme.css you will have to look it up yourself:
add this into a class style backgroundimage prop will overwrite the default (no need to add the style to anything)
(ofc choose font as you wish)
}body{font-family:Helvetica;}{

1 Like