alanorth / hugo-theme-bootstrap4-blog

A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Other
204 stars 132 forks source link

Fontawesome directly from css #124

Closed Jieiku closed 4 years ago

Jieiku commented 4 years ago

This will load the folder and tag Fontawesome SVG icons directly from CSS. This results in a slightly smaller site, and also 1 less request on initial page load.

In addition it is No Script Friendly :) The way that Fontawesome normally loads, I get broken icons on sites because NoScript blocks it. Loading the icons this way causes no issue with No Script.

There is also the ability to add a stroke color to the outside of the SVG icon, although in this example the color is set to none for the stroke.