Quote:
Originally Posted by theducks
That seems odd, Numeric values are acceptable: 400 not '400'
|
Hmmm. I only included the quotes for the post. When I tried using the numeric weight values in Calibre to define Extra CSS, I did not use quotes, e.g.,
@font-face {
font-family: "LexiaDaMa";
font-weight: 600;
font-style: normal;
src: url(res:///Data/fonts/LexiaDaMa.otf);
}