Martin1
Member
Posted 3 months ago #
Hello all,
I have a weird situation going on. In IE8, Opera 9, Chrome 2 the font of the titles of my posts are all sans-serif but in Firefox 3 they are all serif. I have looked at the css file and it all looks good.
Could someone have a quick look and hopefully see something I don't see:-)?
http://www.albruna.nl/albrunablog/
None of the font-family declarations in your theme's stylesheet reference a generic font type, so your copy of Firefox is probably using to whatever default font you've configured it to use.
Try adding ',sans-serif to the end of the font list for every appropriate font-family declaration in your stylesheet.
Martin1
Member
Posted 3 months ago #
Hello Esmi!
Thank you for the help. I was working on it for so long I totally overlooked that:-). Now it's working fine.