Quote:
Originally Posted by pholy
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 
|
Hah! thou dost assume far greater capacity in CSS than I doth have. I make it up as I go along. Compare what happens when I change something.
I'll give this a try and see what happens. Thanks!