Using a font family that has non standard style names, such as 'Inline' or 'Outline' rather than standard styles such as 'Bold' and 'Italic', how can the different styles of the typeface be selected with css?
Setting the font-family
picks one style from the family, but setting the font style or any other properties does not work (except oblique and italic will create fake obliques from the arbitrarily chosen style).
Specifically in this case I am displaying the fonts within a webview in an iOS app. For all intents and purposes, the fonts are installed on the machine, not loaded from any external service or with @font-face.