mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
e885b2cd8e
commit
699f7c46b5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user