EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Coder on March 10, 2025, 12:44:45 PM



Title: iconCls and GoogleFonts Icon material-symbols-*
Post by: Coder on March 10, 2025, 12:44:45 PM
Hi!

How can I use the Google Fonts Material Symbols icon (<span class="material-symbols-outlined">verified</span>) in the iconCls property?

Thnx


Title: Temporary solution
Post by: Coder on March 10, 2025, 05:02:53 PM
If there truly are no other solutions, this one may be included in the extension if desired.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" />
<link rel="stylesheet" href="/static/eui-ggl.css" />

Code:
...
, iconCls: 'ggl-o ggl-example ggl-2x '
...