You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using font-awesome for a handful of icons on the website, but it's pretty heavy and delays full rendering of the page by quite a lot. In particular, the mobile menu icon.
The text was updated successfully, but these errors were encountered:
I'm unsure of the best approach there. In short, we use but a handful of fa icons: social networks, and maybe there are leftover link, book icons around the website; but we don't really need those. I think something like the tutorial menu could work, a plain svg object.
{{ with .Params.icon }}
<svgclass="tut-menu-icon"><usexlink:href="/img/icons/menu-icons.svg#{{ . }}" /></svg>
{{ end }}
We're using font-awesome for a handful of icons on the website, but it's pretty heavy and delays full rendering of the page by quite a lot. In particular, the mobile menu icon.
The text was updated successfully, but these errors were encountered: