davegk
Member
Posted 10 months ago #
Greetings,
I'm having an issue with CSS font style inconsistency on Firefox 3.6.19 (on Mac)...
The text is properly formatted on my category.php and single.php files but the index.php is doing something weird and the formatting isn't correct (secondary font choice from list and sizing is larger than it should be).
I copied the code from index.php directly into single.php and the discrepancy was still there so it's not an issue with the coding...there's some other distinction being made by wordpress I presume between the way the the 2 files are handled.
Link: http://www.davidgoldklang.com/wordpress
Any suggestions on why this is happening and how to fix it?
Thanks!
-David
davegk
Member
Posted 10 months ago #
I should also point out that I'm using @font-face for the typeface colaborate which I converted using the web-based webfont creator at font squirrel.
It seems that the front page loads correctly the first time but after navigating to a category page and then navigating back to the front page, the CSS font styling is screwed up. Happens in firefox, but not in safari.
-David
davegk
Member
Posted 10 months ago #
Doing some websearching I discovered there have been issues with firefox and relative vs. absolute paths to css files. So, I modified my paths from relative to absolute for any instances relating to css or font styling and now I have the reverse problem...the front page is loading correctly but the other files (category.php and single.php) are not formatting the text properly.
Thoughts?