Thread: verifying html
View Single Post
Old 08-29-2010, 07:23 PM   #16
pholy
Booklegger
pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.
 
pholy's Avatar
 
Posts: 1,801
Karma: 7999816
Join Date: Jun 2009
Location: Toronto, Ontario, Canada
Device: BeBook(1 & 2010), PEZ, PRS-505, Kobo BT, PRS-T1, Playbook, Kobo Touch
You might try "font-style oblique;" as that is perhaps more likely computed anyway. My CSS book is mostly for browsers, but it might be allowed in ADE.

Edit:
For ADE, using a fall-back generic seems to work OK - from this span class:

.TurinTalk {
font-family: "Hand Me Down S (BRK)", sans-serif;
font-style: italic;
}

I do get italic sans-serif text...

from this:
.subvocal {
font-family: "Hand Me Down S (BRK)", sans-serif;
}

I get the hand-me-down font used.

So try a fall-back in the class definition -not in the @font-face definition, as you may recall

Last edited by pholy; 08-29-2010 at 07:39 PM. Reason: further testing...
pholy is offline   Reply With Quote