Home Forums Basel support forum Different fonts for different languages in WPML Reply To: Different fonts for different languages in WPML

#55749

Baxo
Participant

hi, i’m trying again to use different fonts for different languages, I have found out that this is possible with creating 2 style.css, is it realy possible?

<?php if(ICL_LANGUAGE_CODE == ‘en’){?>
//include English Styles or Font
<?php }elseif(ICL_LANGUAGE_CODE == ‘ka’){ ?>
//include Georgian Styles or Font
<?php } ?>