Skip to content

Do not load Nunito font #1134

@webbie

Description

@webbie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    requestFeature Request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions