springload / springload.github.io

Springload’s hub for open source
https://springload.github.io/
3 stars 1 forks source link

Replace Metric with another typeface #1

Open thibaudcolas opened 7 years ago

thibaudcolas commented 7 years ago

At the moment the site's styles still reference Metric, but I have removed the font files because we can't use it in open-source projects. We have to switch to another typeface.

I would suggest we either:

vincentaudebert commented 7 years ago

I would totally pick Roboto from Google Fonts https://fonts.google.com/specimen/Roboto. It's nice, it's used on 11 million websites so it will probably be in user browser cache. And if not, it's only 800B to load using Google CDN 👍

thibaudcolas commented 7 years ago

@vincentaudebert just in case – 800b is just the CSS query to the CDN (payload size varies depending on your browser and number of fonts loaded), then each font is a good 10-20kb depending on browser & subsetting.

vincentaudebert commented 7 years ago

Ah good to know :(