badlydrawnrob / anki

Learn to code with Anki — flashcards and themes for all learning levels. Master your programming language of choice!
MIT License
719 stars 61 forks source link

Anki iOS doesn't respect `--font-family` `Verdana` font #117

Closed badlydrawnrob closed 7 months ago

badlydrawnrob commented 7 months ago

⚠️ Anki sets default body styles ..... :root doesn't override this.

This problem happens in iOS Anki app It DOES NOT happen in iOS Safari (renders fine)

In the grey "notes" section You can see the difference in the y and e characters. (the regular text, not the monospaced font) Should be Verdana but think it's falling back to SF Pro or system-ui?

See also:

  • 12

Anki Desktop

Screenshot 2024-01-19 at 17 53 02

Anki iOS

IMG_1920

badlydrawnrob commented 7 months ago

Oh the joys of coding css 💩