BulmaTemplates / bulma-templates

free flexbox templates built with the bulma css framework
https://bulmatemplates.github.io/bulma-templates/
MIT License
3.27k stars 1.23k forks source link

Feature/remove instance of open sans #128

Closed DugTrio91 closed 4 years ago

DugTrio91 commented 4 years ago

This PR follows on from https://github.com/BulmaTemplates/bulma-templates/pull/126.

The Google font import has been removed but the CSS is still trying to use that font family. Before defaulting to a Times New Roman, which doesn't look great:

Screenshot 2019-10-25 at 17 02 41

This PR replaces all instances of 'Open Sans' with a system font stack, using the users system default if available, with a sans-serif fallback. This quickly loads the best possible, web-safe font. This produces the following result using Chrome on MacOS:

Screenshot 2019-10-25 at 17 09 48
diomed commented 4 years ago

Cheers!

&

Thank You!