Andy Black wrote: > Does this mean that XXE v4 will have the CSS font-family restrictions > removed? These restrictions are in listed the CSS documentation as > --- > > font-family is expected to contain serif, sans-serif or monospace. > Example: "|font-family: Helvetica, Arial, sans-serif;|". > > However a few well-know font families are mapped to the corresponding > generic font families. Example: "|font-family: verdana;|" is understood > to be sans-serif. > > All other cases will cause the serif font family to be used. Example: > "|font-family: 'Nimbus Sans';|". > > --- > > That would be wonderful if so.
Hussein Shafie wrote: > No. My answer was wrong. Starting from XXE v3.8 (support of MathML), this restriction: --- font-family is expected to contain serif, sans-serif or monospace. Example: "|font-family: Helvetica, Arial, sans-serif;|". --- has been removed. I've tested that with font-family:"Charis SIL"; (and also with font-family:"Comic Sans MS"; to have a more striking effect). The bug is that we forgot to document this enhancement. This will be done in next release.

