I noticed some rendering differences between 9.5 and 9.27
Apparently 9.50 does not let H1, H2 etc tags inherit the font-family set
in body.
A quick view in the nice Dragonfly shows:
Default values:
h1 {
display: block;
font-size: 28px [inherited];
margin-top: 0.67em [overwritten];
font-family: "Times New Roman";
font-weight: 700;
margin-bottom: 0.67em [overwritten]
}
while in css
body {
font-family: "Century Gothic", Arial;
font-style: normal;}
Is this a bug?
You can see it here:
http://www.stadswandelingenamsterdam.nl/