Web Development with Visual FoxPro
FontAwesome Web Fonts & CSS vs SVG & JS
Hi Rick,
I've been using the FA Pro version in my app using the web fonts & CSS implementation almost since we started using WWC. I was curious if you had any perspective/experience using the SVG & JS approach to share. Is it worthwhile to go with the latter, more modern implementation?
TIA
I've stuck with the WebFonts because it's the easiest and it just works. The SVG and JS routines require some setup and potential client side build process help to effectively use them plus the HTML page syntax ends up being different and IMHO much more awkward.
The downside is you have to load all fonts files - which are not trivial in size - up front, but... they load once and then cache.
+++ Rick ---