OsakaWebbie
Programmer
Background info: In languages where vertical writing is possible (in my case, Japanese), fonts come in two flavors: the regular one for horizontal writing, and the same font name with "@" in front of it for vertical writing (the only difference is that the characters are sideways, like ">" instead of "V"). Japanese versions of installed software such as Word do not show the "@ fonts" in the font list, but automatically use them when the document is set to vertical writing.
Situation: I have an online app that (among other things) lays out data from a database for printing on envelopes. I need to use those "@ fonts" to get things to work right. I set the font in CSS, but of the four browsers I have on my machine to test, IE and Opera work, but Firefox and Safari for Windows do not. In the case of FF and Safari, it appears like the browser ignores the @ and just uses the regular version of the font. I know this is probably an obscure question for an English-based forum, but does anyone have any experience with anything like this, or even just clues as to what I could try in order to force the browser to use those fonts?
Situation: I have an online app that (among other things) lays out data from a database for printing on envelopes. I need to use those "@ fonts" to get things to work right. I set the font in CSS, but of the four browsers I have on my machine to test, IE and Opera work, but Firefox and Safari for Windows do not. In the case of FF and Safari, it appears like the browser ignores the @ and just uses the regular version of the font. I know this is probably an obscure question for an English-based forum, but does anyone have any experience with anything like this, or even just clues as to what I could try in order to force the browser to use those fonts?