dennisreimann / uiengine

Workbench for UI-driven development
https://uiengine.uix.space/
MIT License
366 stars 25 forks source link

Change default font-family and improve font rendering #58

Closed CosAnca closed 4 years ago

CosAnca commented 4 years ago

Is your feature request related to a problem? On macOS font rendering is not as sharp as it could be.

Describe the solution you'd like Replace current Merriweathersans font family with Inter and set -webkit-font-smoothing: antialiased; and -moz-osx-font-smoothing: grayscale; for smoother font rendering on macOS.

Describe alternatives you've considered As Inter is pretty close to Arial and San Francisco font in macOS I've also thought of setting system-ui as the default font-family of the application.

There are both positive and negative things about using system-ui.

The advantage of using Inter is that it also comes as a variable font (variable fonts support) so there can be only one file for all font weights and styles.

Additional context Refresh the overall look of the application.