ok, here are the instructions for
ximenia
fresco
voxel
diametric
ionosphere
clarion
halcyon
visage
enigma
momentum
radiance
...
(to be continued as i go along and test those for more templates)
1. please delete the following files:
/css/font-awesome.css
/fonts/fontawesome-webfont.eot
/fonts/fontawesome-webfont.svg
/fonts/fontawesome-webfont.ttf
/fonts/fontawesome-webfont.woff
2. please download the attached file called Archive.zip and unpack it locally.
the following files/directories are included:
/css-compiled
/css-compiled/index.html
/less
/less/global.less
please add those into your template directory.
for example if you're using ximenia, you should then have:
../templates/rt_ximenia/css-compiled
../templates/rt_ximenia/css-compiled/index.html
../templates/rt_ximenia/less
../templates/rt_ximenia/less/global.less
3. please open the file templateDetails.xml and find:and change that to:<folder>css</folder>
<folder>css-compiled</folder>
in the same file please find:and change that to:<folder>lib</folder>
<folder>less</folder>
4. please open the file /features/styledeclaration.php and find:function init() {
global $gantry;
and change that to:function init() {
global $gantry;
$gantry->addLess('global.less', 'master.css', 8);
in the same file please find and delete the following line:if ($gantry->get('typography-enabled')) $gantry->addStyle('font-awesome.css');
good luck!
ps: these changes will be added to the next updates of our templates.