Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not load Nunito font #1134

Closed
webbie opened this issue Dec 15, 2018 · 7 comments
Closed

Do not load Nunito font #1134

webbie opened this issue Dec 15, 2018 · 7 comments
Labels
request Feature Request

Comments

@webbie
Copy link

webbie commented Dec 15, 2018

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.

@webbie webbie changed the title Do not load Nunito font from templates Do not load Nunito font Dec 15, 2018
@bonzai bonzai added the request Feature Request label Dec 16, 2018
@FaridAghili
Copy link

It makes total sense for me.

@davidhemphill
Copy link
Contributor

Nunito is the currently the font for the system, and there are no plans to change it. This is why the layout is published, so you can customize this behavior for yourself if you like. 😄

@msnegurski
Copy link

Since layout is no longer publishable, would be nice to have ability to change font, or at least disable Nunito and use system fonts

@davidhemphill
Copy link
Contributor

Since layout is no longer publishable, would be nice to have ability to change font, or at least disable Nunito and use system fonts

The layout is still publishable in the Orion series.

@FaridAghili
Copy link

@davidhemphill
Am I missing something? Is there any series other than "Orion"?

@davidhemphill
Copy link
Contributor

That's still the only series.

@github-actions
Copy link

github-actions bot commented Oct 5, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
request Feature Request
Projects
None yet
Development

No branches or pull requests

5 participants