Including External CSS Stylesheets in the EASY UI Designer

Question:
How can external CSS stylesheets be integrated into the Easy UI Designer, and what special considerations should be kept in mind?


Answer:
When embedding external CSS stylesheets in EASY UI projects, , keep in mind that for stylesheets that load additional resources—such as web fonts or icon fonts—the parameter crossorigin="anonymous" must be set.

Example: 
<link rel="stylesheet" href="https://somewebsite.com/folder/file.css" crossorigin="anonymous"> 


Without the crossorigin="anonymous" , resources referenced by the stylesheet (e.g., icon fonts) may not load due to CORS policies. This can result, for example, in icons or fonts not displaying correctly. 
[Automatic Translation]
URL for linking this AKB article: https://www.lenze.com/en-de/go/akb/202600430/1/
Contact