Reply To: Different fonts?

Home Forums Support Different fonts? Reply To: Different fonts?

Home Forums Support Different fonts? Reply To: Different fonts?

#155887
Tom
Lead Developer
Lead Developer

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