Fonts

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 02, 2012 12:20 pm
Reply with quote
Report this post
Hi, I don't understand why when I select the text to be bold, don't work.
Like in http://www.tourenbarcelona.com/ down: ACERCA DE TOUR EN BARCELONA.
I have selected the font Standard (Arial) and if I choose Arial black, the text is bold and Italic!! not only bold.
Can you help me??
tHANKS.
User avatar
Gold Boarder

Konrad M
Mon Dec 03, 2012 11:39 am
Reply with quote
Report this post
Hi,
it is happend becasue you have used <em> tag and it has italic style as default in browser agent. Please try add to override.css
Code: Select all
em {
font-style: normal;
}

and remember to enable override.css option in template settings.
User avatar


cron