Quote:
Originally Posted by Jellby
The only problem is that you have bold *and* smallcaps, where you want only smallcaps.
|
So is this because there is no such thing as a font with "smallcaps + bold" (just like there are fonts for "bold", "italics", "bold/italics", "smallcaps")?
What/how is Sigil (or a browser) displaying such a thing?
Font information is definitely an area where I am lacking.
Quote:
Originally Posted by Jellby
I use this method to have ADE show bold, and all other readers show smallcaps if supported.
|
I will take a closer look and do some testing later today. So what you are saying is implementing your .xpgt and doing something like:
Code:
<p class="noindent"><spanclass="ade">I<span class="simsmallcaps">NTERNATIONAL PROBLEMS</span></span><span class="noade smallcaps">International problems</span>, economic as well as political, [...]
Seems like it might get hairy real quickly (even moreso than just leaving the simulated smallcaps in there by themselves).
Part of a thing I have to keep in mind at work too is that many times the HTML of chapters are taken and posted as articles.... having duplicate code like that might cause an issue when copying/pasting.
Anyone here use Marvin? Or any other of the Android ereaders? Do those respect "font-variant: smallcaps"?