superhi / editor-issues

A place to report issues on the SuperHi Editor
4 stars 0 forks source link

Fonts smoothing needed on Firefox #3

Closed indaviande closed 5 years ago

indaviande commented 5 years ago

Description On Firefox, fonts seems too bold. I think these lines are just missing : text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;

Screenshots Capture d’écran 2019-06-04 à 18 18 49

Device:

kdholland commented 5 years ago

Looks like a Firefox-specific issue :) thanks for reporting, @indaviande !

artcommacode commented 5 years ago

-moz-osx-font-smoothing: grayscale; was missing, yes. This is actually a carry-over from the current editor but I'm happy to fix it up for the beta!