Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131728

    Melker H
    Participant

    Hi,

    The Heebo font is missing in the Customizer. Why is that?

    /Melker

    #1131773

    Joao
    Moderator

    Hi There,

    To add Heebo to your website please add the following code to style.css of your child theme.

    @import 'https://fonts.googleapis.com/css?family=Heebo:400,700&subset=hebrew';
    @import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
    

    As Hebrew is also written from right to left you can use the css below to do some the necessary adjustments in order that the website works fine.

    body {
      direction: rtl;
      font-size: 2.5em;
      -webkit-font-smoothing: antialiased;
      font-family: "Open Sans Hebrew";
      margin: 20px;
    }

    Please let us know if you have any questions,

    Joao

    #1139752

    erik_ragnar
    Participant

    Importing the font doesn’t really solve the problem 100% since theme x use some custom classes for various components such as .x-brand and in .x-navbar etc. These needs to be set as !important, which is rather tedious compared to selecting them in the customizer.

    Please include the font in a later update.

    Best regards /Erik

    #1140143

    Christopher
    Moderator

    We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!

    #1175518

    Maurice
    Participant

    I second Erik’s request and even would like to ask adding a more intuitive support for RTL languages in future releases.

    I have an X license since almost 2 years ago and I am not using it only because the RTL and Hebrew support is not user-friendly. I was really looking to make use of all the amazing features X has to offer, but since I do know how to code I preferred going with a barebone template and customize it to my needs instead of struggling with translations and RTL patches.

    #1175658

    Jade
    Moderator

    Thanks for the feedback, Maurice. We’ll surely have that checked. Cheers!