font-style:italic
Posted: Fri Oct 14, 2011 2:54 am
Hi all,
We have created an Aboriginal font set and we are trying to display these fonts in oXygen as well as Word. Our designer has created the font set and given it to the developers to test; this is what we found:
Aboriginal Times Regular: works
Aboriginal Times Bold: works
Aboriginal Times Italic: FAILS
Aboriginal Times Bold-Italic: works (strange, since Italic failed)
Aboriginal Helvetica Regular: works
Aboriginal Helvetica Bold: works
Aboriginal Helvetica Italic: works
Aboriginal Helvetica Bold-Italic: works
We have created a <font/> element to display these fonts, and use it like this:
<font font-family='Aboriginal Times' font-weight='bold' font-style='italic'>some text</font>
And the css is simply:
font {
font-family:attr(font-family);
font-weight:attr(font-weight);
text-decoration:attr(text-decoration);
font-style:attr(font-style);
}
What is puzzling is that the Aboriginal Times Italic is not viewing correctly only in oXygen. When we export the xml document to Word, *everything* looks fine (suggesting that the font was created properly).
Thanks in advance for any suggestions!
/dylan
We have created an Aboriginal font set and we are trying to display these fonts in oXygen as well as Word. Our designer has created the font set and given it to the developers to test; this is what we found:
Aboriginal Times Regular: works
Aboriginal Times Bold: works
Aboriginal Times Italic: FAILS
Aboriginal Times Bold-Italic: works (strange, since Italic failed)
Aboriginal Helvetica Regular: works
Aboriginal Helvetica Bold: works
Aboriginal Helvetica Italic: works
Aboriginal Helvetica Bold-Italic: works
We have created a <font/> element to display these fonts, and use it like this:
<font font-family='Aboriginal Times' font-weight='bold' font-style='italic'>some text</font>
And the css is simply:
font {
font-family:attr(font-family);
font-weight:attr(font-weight);
text-decoration:attr(text-decoration);
font-style:attr(font-style);
}
What is puzzling is that the Aboriginal Times Italic is not viewing correctly only in oXygen. When we export the xml document to Word, *everything* looks fine (suggesting that the font was created properly).
Thanks in advance for any suggestions!
/dylan