Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #427042

    My website is in Hebrew. I want to use my own custom font (which I already installed) for Hebrew and helvetica for English. How do I do this?

    #427403

    Hey!

    How are your sites set-up? are you using a multilingual plugin like WPML?

    Regards,
    Josue

    #433555

    No. Just want the English texts which are included in sentences in Hebrew to use different fonts – is it possible?

    #433765

    Hi,

    That’s possible but you’d need to code it in HTML, for example you could have a sentence like this:

    This is english, <span class='hebrew-font'>and this is in Hebrew</span>.
    

    And then in Quick CSS:

    .hebrew-font{
    font-family: "Alef Hebrew";
    }

    Makes sense?

    Regards,
    Josue

    #433787

    Thanks. I know this way. Was thinking if maybe there’s a way to only use css and no spans…

    #433970

    Hey!

    It’s not possible to apply different fonts on the same paragraph so you have to use span tags or any html contaienrs with class attribute to differentiate the two.

    Cheers!
    Ismael

    #433982

    Ok. Many thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘fonts’ is closed to new replies.