Use font-weight:bold instead of font-weight:bolder for the <b> and <strong> tags as ADE cant handle bolder when embedded fonts are used

This commit is contained in:
Kovid Goyal 2012-10-25 12:08:25 +05:30
parent e885b2cd8e
commit 699f7c46b5

View File

@ -236,7 +236,8 @@ th {
/* inlines */
b, strong {
font-weight: bolder;
/* ADE doesn't support bolder with embedded fonts */
font-weight: bold;
}
i, cite, em, var, dfn {