At http://sodesigns.co.uk/roots/

Depending on the browser, depends on whether the font inside the posts displays correctly. It's all meant to be Arial and the Header font H1-H2 and the body text is also Arial at 13pt. How can I do this as a mass change? There is 3000+ posts so I cannot change the tags for all of them.

if you're using CSS, try *{font-family: Arial;}... the * is a wildcard and will change all of your elements to use that font. Make that the last line in your style sheet for it to take effect.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.