Non English characters in Widgets

Sveiks, Aigar!
Paldies par brīnišķīgu veidni. Tā ir viegli saprotama un lietojama, bet pats svarīgākais - tā ir vienkārši eleganta un skaista.
Turpināšu gan angliski, ja nu kādam vēl būs aktuāli. :slight_smile:

Dear Aigars, I am now working on my blog (www.apiesardinija.com) where I will mostly post in Lithuanian language. I encountered a small problem with special characters that are in this Baltic language, like “Š”, etc. For example, when I give a name to a sidebar widget consisting one of special characters, it stands out from the rest of letters. Looks … ugly.
Do you have any advice how to resolve this situation?
I am complete beginner in these things, sorry if disturbing for a silly problem…

Iepriekš pateicos par palīdzību!

Nice to see fellow Latvians/Lithuanians using my themes :slight_smile:

You can change heading fonts (it will apply on widget headings as well) by adding these lines of code to Theme Options - Other - Custom CSS

This code will reverse font-family from “Ubuntu” to something more universal such as Helvetica which is also used for theme body text.

h1, h2, h3, h4, h5, h6, .entry-title {
    font-family: Helvetica;
}

Let me know if this helps.

It helps perfectly!
Thank you!