Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Fixed document generation with special utf-8 characters
issue: NEXT-8755
author: Patrick Stahl
author_email: [email protected]
author_github: @PaddyS
---
- Changed the loading of fonts when generating documents by using a
<link>
tag to load a font instead of usingurl()
in CSS - Added new twig block
document_font_links
inplatform/src/Core/Framework/Resources/views/documents/base.html.twig
- Removed
@font-face
fromstyle_base_landscape.css.twig
andstyle_base_portrait.css.twig
, since it's now loaded using a link tag due to issues with domPDF