Page 1 of 1

css fonts on v17.1

Posted: Wed Mar 02, 2016 1:24 pm
by LBarth
Hi,

I updated yesterday from v17.0 to v17.1.
I use custom fonts in a framework we developed, all was working fine in v17.0.
In v17.1 the css are found but some fonts (not all of them) are not, a default font is displayed instead of some custom fonts (Liberation, Roboto).

For instance :
@font-face { font-family:"PictosRoutard"; src:url('fonts/PictoRoutardNew.ttf');}
works (the font is correctly displayed) but
@font-face { font-family:"texteBoldItal"; src:url('fonts/LiberationSans-BoldItalic.ttf');}
is not correctly displayed.

I checked the Liberation and Roboto fonts are at the rigth place and are exactly the same as in v17.0.

What can I do ?

Regards,
Lionel

Re: css fonts on v17.1

Posted: Wed Mar 02, 2016 1:40 pm
by Radu
Hi Lionel,

You are using the standalone Oxygen installation, right?
Right now we do not have knowledge about a regression in this regard.
Would it be possible for you to create a sample CSS + XML + font to reproduce the problem and attach those to an email? support@oxygenxml.com

Regards,
Radu

Re: css fonts on v17.1

Posted: Wed Mar 02, 2016 4:57 pm
by LBarth
Hi,

I checked on a colleague's pc, the problem is only on my pc.

Sorry for inconvenience, thanks,
Lionel