Browsers ignore stylesheet-font-definitions
-
1st: Within my child theme I did not make any changes regarding the font families.
2nd: Within the original (parent) style.css the relevant definitions are:
h1, h2 { font-family: Georgia, "Bitstream Charter", serif; font-size: 20px; font-size: 2rem; line-height: 1.05; margin-bottom: 0.15em; padding-top: .85em; }
and
body, button, input, select, textarea { color: #111; font-size: 13px; font: 1.3rem Verdana, sans-serif; line-height: 1.615; }
3nd: Nevertheless, using Firefox 32.0.3, I get displayed the headlines without serifes (though ‘Georgia’ is a font with serifes); and using Internet Explorer 8, the other text with serifes (though Verdana is a font without serifes).
Both is true for my own as well as for the reddle demo-blog:
my blog / Firefox:
https://1a-spielwiese.de/wp-content/uploads/2014/10/reddle_spielwiese_FF.jpgmy blog / Internet Explorer:
https://1a-spielwiese.de/wp-content/uploads/2014/10/reddle_spielwiese_IE-8.jpgdemo-blog / Firefox
https://1a-spielwiese.de/wp-content/uploads/2014/10/reddle_demo_FF.jpgdemo-blog / Internet Explorer
https://1a-spielwiese.de/wp-content/uploads/2014/10/reddle_demo_IE-8.jpg4th: How can I determine that all browsers display all elements with a font without serifes?
—–
5th: How can I get my header image displayed correctly (i.e.: centred and without repeation) for IE-users?
- The topic ‘Browsers ignore stylesheet-font-definitions’ is closed to new replies.