Inverted Question Mark in Reti…

Hello,

Indeed, the problem seems to be in the font that is being applied to the post titles. Specifically, I see that the Comfortaa font is being used, which shows the opening of the question mark as you see it.

It does not seem that the problem is that this font is not prepared to display Latin characters since I see several accents in the titles that are displayed correctly.

One solution would be to not apply any special font to the titles (h1 to h6 tags), but of course this will change the look of the font.

To do this you would have to edit the file wp-content/themes/retina/style.css, locate the following code:

h1, h2, h3, h4, h5, h6 { font-family: ‘Comfortaa’, cursive; colour: #2f2f2f; font-weight: normal; clear: both; }

and delete the following line:

font-family: ‘Comfortaa’, cursive;

AnswerQuote

Answered: 05/16/2014 6:21 pm

See also  DNS in Godady
Loading Facebook Comments ...
Loading Disqus Comments ...