Minimal-mistakes: Efficiency of self hosting font-awesome.

Created on 23 Oct 2016  路  1Comment  路  Source: mmistakes/minimal-mistakes

I would just like to ask, if there is any specific reason that you have decided to self host font-awesome typefaces. Does not it make more sense to load them off cdn.fontawesome.com.
Which in turn would speed up load times, and there is a big possibility that the fonts are already cached on the client.

  • [x] This is a question about using the theme.
  • [ ] I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
  • [ ] This is a feature request.
  • [ ] I have updated all gems with bundle update.
  • [ ] I have tested locally with bundle exec jekyll build.

Environment informations

  • Minimal Mistakes version:
  • github-pages or jekyll gem version:
  • Operating system:

Expected behavior

Steps to reproduce the behavior

Support

Most helpful comment

Simple. It's included with the global style sheet to eliminate the extra HTTP request which has performance benefits. I won't argue that using a CDN version of FA or jQuery, or any other assets have their merit.

It mostly boils down to me liking the idea of including those dependencies directly in the project rather than hotlinking to a bunch of external hosts.

>All comments

Simple. It's included with the global style sheet to eliminate the extra HTTP request which has performance benefits. I won't argue that using a CDN version of FA or jQuery, or any other assets have their merit.

It mostly boils down to me liking the idea of including those dependencies directly in the project rather than hotlinking to a bunch of external hosts.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

QuantLab picture QuantLab  路  5Comments

svoner picture svoner  路  3Comments

lgyjg picture lgyjg  路  5Comments

wilsonmar picture wilsonmar  路  3Comments

wAuner picture wAuner  路  4Comments