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
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;
}