-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
requestFeature RequestFeature Request
Description
Would be good to change templates to not load Nunito font:
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">
Instead, use default system fonts, like:
html, body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
The reason is that we should allow maximum theme customization. Currently, you can't avoid loading Nunito font, even if it's not used at all.
ceejayoz, FaridAghili, malyusha and pzmarzly
Metadata
Metadata
Assignees
Labels
requestFeature RequestFeature Request