How to embedd/use medium typeface from a font family
Hi,
I hope someone can help me with this problem. I would like to embed a Medium typeface from a font family into my epub. When I select Look & Feel / Embed font family, I can select a family, but how do I specify that the Medium typeface should be used instead of the Regular?
Do I need to edit the Extra CSS box?
body { text-align: left;
font-family:"xxxxx-Medium"; }
Or is there a different way to do it?
TIA
|