-
AuthorPosts
-
September 26, 2016 at 5:05 am #691444
You can see some examples here. All the turkish characters were written in bold and different type.
Thank you
September 26, 2016 at 5:09 am #691447Hey introvisuals,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag { font-weight: 400 !important; }
Best regards,
JordanSeptember 26, 2016 at 5:29 am #691455I did this.
I have added this code in style.css. But i still have the same issue.
I don’t want everything bold. I want to make those turkish Character as normal as other font.- This reply was modified 8 years, 2 months ago by introvisuals.
September 27, 2016 at 3:44 pm #692299Merhaba!
Please add following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Best regards,
YigitSeptember 28, 2016 at 4:47 am #692489Sorry, None of answers above is working in my website. Please let me know if you have exact solution for the problem. I think the Turkish font itself have this format. We may need to change to another turkish font. Please describe how i can do that.
September 28, 2016 at 1:03 pm #692573Hi,
If solution i posted above did not help, there is a great chance that the font you are currently using is not supporting Turkish characters.
Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ to add additional Google Fonts.Best regards,
YigitSeptember 30, 2016 at 6:00 am #693526Hi,
The problem is not solved yet. Below, i am telling you my problem more details:
I have installed the Enfold Theme onto wordpress. I have been editing the existing text that comes with the material by inputting Turkish Language explanations.
Unfortunately, Turkish characters (ç,ö,i,ş,ü,ğ) look very bold although other character with is are not bold. Please have a look at the page below:
Please give me exact detail solution.
Thanks
September 30, 2016 at 11:54 am #693618 -
AuthorPosts
- You must be logged in to reply to this topic.