ODF - Path to fontawesome


This page should only be used if script asks you to manually migrate skin.20210909.ODF.fontawesome

FontAwesome's fonts/css have been removed from the ODF charter, and the plugin fontawesome-free fonts are now used.

In SCSS files, url relative to fonts of type :

src: url(../../templates/common/fonts/font-awesome/webfonts/fa-regular-400.eot);

have been replaced by:

src: pluginUrl("fontawesome-free", "/resources/webfonts/fa-regular-400.eot");

You need to replace all relative paths to "templates/common/fonts/font-awesome" in your CSS/SCSS.

Back to top