- Appended to comment:
drh added on 2009-10-11 19:49:45:
Check-in adb155b6d490a9ee3f97201cfa5911bbe8908801 - Change resolution to "Fixed"
- Change status to "Fixed"
- Change comment to "Default CSS style has font family defined as follows: <code>font-family: "sans serif";</code> While "sans serif" is an actual name of font in some Linux installations, this doesn't work for e.g. Safari on Mac -- it falls back to the default serif font (Times New Roman). The proper way to define a generic sans-serif font in CSS, according to CSS specs [http://www.w3.org/TR/CSS21/fonts.html#sans-serif-def] is this: <code>font-family: sans-serif;</code> Note the dash and absence of quotes (from specs: <i>Generic font family names are keywords and must NOT be quoted</i>)."
- Change foundin to "b99aa66d1f"
- Change private_contact to "05f652db744266759b20d248ec2f451629420388"
- Change severity to "Cosmetic"
- Change status to "Open"
- Change title to "Default CSS style has "wrong" font-family."
- Change type to "Feature_Request"