Quote:
Originally Posted by Cactusgod
Suppose I didn't like the regular version of the font, and I wanted to trick calibre into thinking that the bold version of the font was actually the regular version of the font to be used throughout the body of the text.
|
Try the following additional CSS:
Code:
body {
font-weight: bold;
}
You can also try an intrinsically heavy font. I don't know if you can use a bold weight font file as the "normal" font or not.