Google Telugu Fonts Not Working

Hi, I have tried using the Font Manager, and Google Fonts plugin and Inserts plugin to insert Google font url to see if that will work. I am trying to get Mallanna font to work on my site: bibleprabodhalu.org

It won’t.

I have no clue what is going on. What do I need to do for the following:

Have “Mallanna” font work on my site for posts, and any texts, besides headings.
Fix the font when using “Tabs” section (You can see that on my homepage). The text looks terrible when using Tabs. Is there a specific code to manipulate the text inside the Tabs?

Thank you,
Joel.

Hello Joel,

Thanks for writing in! Your font “Mallanna” is loaded on the page correctly. When using Tabs element, you will need to apply the font for the Tab Panel so that the contents will be using the fonts. Please click the Tab element and in the settings, find the panels, Tabs > Panels > Text.

vg71-t_RQd6d-n0Hlyz6vg

We would love to know if this has worked for you. Thank you.

Hi Ruenel, Yes! This worked! I have 6 Tabs. Three are in English and three are in Telugu. So, how do I change this font: Mallanna, only to the tabs that has Telugu text in it, and leave the English content as is, with whatever font is assigned to it?

Any code I need to insert, use?

Thank you,
Joel.

Hello Joel,

Please wrap your tab content with a div tag and an inline element css in it like this:

<div style="font-family: 'Mallanna';" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer scelerisque 
eros eu pulvinar dictum. Nunc egestas massa at elit bibendum, 
cursus fringilla nunc faucibus. 
</div>

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.