Archived topic
Different fonts?
5 replies · Started by Birgit on November 26, 2015
Hi all,
at first please excuse my bad english...
I choosed "Verdana" for my website and it is nearly okay apart from the font of the galleries. It seems to be diffrent to the font of the site's rest. Please have a look at: http://www.birgit-jacobeit.de This is "Verdana" and it looks good. Then please have a look at http://birgit-jacobeit.de/envira/las-vegas/ The font there is "Verdana", too, but it seems to be another one. What can I do?
Thanks for a great theme and best wishes from
Birgit
You mean the title ?
Las Vegas ?
It's a Heading 1 ( H1 ) tag
The others are a Heading 3 ( H3 ) tag
Make sure you make them all H3.
Or are you reffering to the content ?
No, I mean the content.
It does seem to all be Verdana.
The difference I'm seeing is the envira gallery plugin you're using is adding a bunch of CSS to that page which is messing with the letter spacing, line height etc.. of the content, making it looks different.
This CSS should help bring it back to normal:
.envira-gallery-wrap p {
line-height: 1.5;
margin-bottom: 1.5em;
}
WOW, Tom, thanks! That's it! Everything is okay now, thank you so much!
You're very welcome :)
