css fonts on v17.1

Questions about XML that are not covered by the other forums should go here.
LBarth
Posts: 26
Joined: Mon Mar 04, 2013 1:42 pm

css fonts on v17.1

Post 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
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: css fonts on v17.1

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
LBarth
Posts: 26
Joined: Mon Mar 04, 2013 1:42 pm

Re: css fonts on v17.1

Post by LBarth »

Hi,

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

Sorry for inconvenience, thanks,
Lionel
Post Reply