Quote:
Originally Posted by Falkor
And enabling developer mode even allows one to switch from the epub3 capable renderer to RMSDK (a slightly better one than the one used in v4).
The default font weight in RMSDK is way too thin these days, though. And the publisher font's weight can't be changed, so it forces one to switch to a different font...
Overall user experience of v5 is very rough. But no issues with em dashes
|
Can you test something in RMSDK in the v5 firmware? I'd like you to test smallcaps. If they work, it's a new enough version of RMSDK. If they don't work, it's not a new enough version of RMSDK.
Code:
.small {
font-variant: small-caps;
}
<p>This is a test of <span class="small">Small Caps</span>.
Thanks.