Guillaume Ayoub
Guillaume Ayoub
Hello! Hereās what I get using only your text in an HTML file: [korean.pdf](https://github.com/Kozea/WeasyPrint/files/8235148/korean.pdf) So⦠It seems to work correctly. > My only idea on why this is not working...
Could you please share an HTML/CSS sample and the PDF you get?
The bug appears because Google Fonts returns a [CID keyed font](https://fontforge.org/docs/ui/menus/cidmenu.html), and theyāre not supported by WeasyPrint. Using a more common font (such as the one installed on your computer)...
That would be a nice feature to have!
Hi! Thatās a feature introduced in [CSS color module 4](https://drafts.csswg.org/css-color/#changes-from-3).
It will require some work in https://github.com/Kozea/tinycss2/issues/47.
If anyone is interested in implementing this feature, Iāll be happy to help! Thatās a fun feature to learn more about web specifications, and it shouldnāt be too difficult to...
> So if this fix is implemented is there other feature of this draft that need to be anticipate ? Actually, we should keep the `color3` module and write another...
> color4 seems far more complex than color3. Yes, it is. > I may be wrong but I guess today only RGBA is supported and everything is converted to RGBA....
> Does anyone feel like reading the PDF spec to figure this out? Anyone? :wink: