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.
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.