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

Too many fonts? #9

Closed
Saturate opened this issue Sep 5, 2016 · 1 comment
Closed

Too many fonts? #9

Saturate opened this issue Sep 5, 2016 · 1 comment

Comments

@Saturate
Copy link

Saturate commented Sep 5, 2016

Considering the following code:

 WebFont.load({
    google: {
        families: ['Inconsolata', 'Source Code Pro', 'Droid Sans Mono', 'Exo 2:400,600,700', 'Special Elite']
    }
});

This site uses 5 custom fonts, I would argure that it's a bit over the top, both considering design but also performance wise.

@addyosmani
Copy link
Collaborator

Indeed! I would argue that there definitely are too many web fonts, but to start we wanted to avoid going through a redesign of Nasa's codesite front-end and just focus on perf improvements. Switching to async Web Fonts has landed in master and should be deployed this week.

We'll probably explore a way simpler proposal for how this looks (including fewer fonts) once #1 and other low hanging fruit get tackled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants