Tagged: x
-
AuthorPosts
-
August 15, 2016 at 6:24 am #1131728
Hi,
The Heebo font is missing in the Customizer. Why is that?
/Melker
August 15, 2016 at 7:25 am #1131773Hi 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
August 20, 2016 at 5:12 pm #1139752Importing 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
August 21, 2016 at 4:20 am #1140143We 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!
September 14, 2016 at 4:44 pm #1175518I 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.
September 14, 2016 at 7:35 pm #1175658Thanks for the feedback, Maurice. We’ll surely have that checked. Cheers!
-
AuthorPosts