mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
* 🐛 Fix text export with custom fonts across SVG, PNG and JPG Text layers using custom or non-standard fonts were rendered incorrectly on export regardless of the target format. The exporter was not resolving the font face correctly before rasterization/serialization, causing the output to fall back to a default glyph set and producing broken or misaligned text. This fix ensures font data is resolved and embedded consistently in the export pipeline for all output formats. Signed-off-by: Edwin Rivera <bytelogic772@gmail.com> * 📚 Add entry to CHANGES.md under 2.17.0 Signed-off-by: edwin-rivera-dev <bytelogic772@gmail.com> --------- Signed-off-by: Edwin Rivera <bytelogic772@gmail.com> Signed-off-by: edwin-rivera-dev <bytelogic772@gmail.com>