clickomercial
Member
Posted 2 years ago #
Hola
Im using the Jinsona Perogato Theme, and the problem is that it changes the font of the posts titles and pages automatically from arial to some font I dont recognize... it looks nice though, but the problem is that it doesnt accept accents, and as u can see in my webpage Im using spanish and I need those accents.
I have already changed and put arial in all the fonts families in the style sheet and in the glide.css but it keeps changing automatically...
so please if anyonje know a trick to fix this will be appreciated
saludos from México!
A link to your site would help.
clickomercial
Member
Posted 2 years ago #
uh yeah sorry, is: clickomercial.com
thanks
It could be this block in style.css:
.single h2 {
font-family:Tahoma,Arial,century gothic,verdana,sans-serif;
font-size:28px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:left;
}
clickomercial
Member
Posted 2 years ago #
Thanks esmi for your reply, but I already changed that It keeps changing the font... this is the current block you pointed
.single h2 {
margin: 5px 0 0px 0;
padding: 0px 0px 5px 5px;
text-align: left;
font: 28px Arial;
overflow:hidden;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
clickomercial
Member
Posted 2 years ago #
I alsofound this block in the glide.css that changes the color and it supposed to change the font, and if fact it does, but it keeps changing the font automatically. This block is already changed an you can see on the site that keeps the font indicated (times new roman) for about 2 secs and then changes automatically!:
.mytext h2 {
font-size: 28px;
Font-family: "times new roman", serif;
margin:0px 0px 5px 450px;
font-weight:normal;
width:480px;
{
clickomercial
Member
Posted 2 years ago #
I went to the index.php to find out what id to change and I changed almost all fonts families but it keeps doing that :(
maybe is a cache problem or I really dont know Im already lost
please help!
clickomercial
Member
Posted 2 years ago #
mmm no help...
then I guess I have to figure it out by myself :O