Closed jeffposnick closed 8 years ago
There's a reference to the unused "Muli" Google Web Font included on each page: https://github.com/GoogleChrome/npm-publish-scripts/blob/master/docs/jekyll-theme/_includes/html-head.html#L23 I don't see any reason to keep it around.
If there is a reason, Web Fonts are loaded elsewhere via @import rules, and it would be ideal to load them all in a consistent manner.
@import
There's a reference to the unused "Muli" Google Web Font included on each page: https://github.com/GoogleChrome/npm-publish-scripts/blob/master/docs/jekyll-theme/_includes/html-head.html#L23 I don't see any reason to keep it around.
If there is a reason, Web Fonts are loaded elsewhere via
@import
rules, and it would be ideal to load them all in a consistent manner.