Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #890724
    yinon2b
    Participant

    Hi there
    Is it possible to assign different font for English and another one to Hebrew, so I get the desired font for both of them?

    Thank you
    Yinon

    #891402
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery("html[lang='en-US'] body").css("font-family","cursive");
    jQuery("html[lang='he'] body").css("font-family","cursive");

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-890724 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>