Quote:
Originally Posted by jackie_w
Another thing to try... I've also experienced all css being ignored. Find a book with the problem and have a look at its internal css. Do you see any occurrences of !important in there? If so remove them and try again.
|
@jackie_w, finally ran into this again — you're right, the CSS had a few (seemingly unrelated) rules with
!important. Removing the
!important fixed things. Any idea why adding font references would cause such an effect?