$Foswiki::cfg{JQueryPlugin}{IconFonts}
setting if not already present:
$Foswiki::cfg{JQueryPlugin}{IconFonts} = { ... 'material' => { 'prefix' => 'ma', 'definition' => '$Foswiki::cfg{PubDir}/$Foswiki::cfg{SystemWebName}/WebFontsContrib/material-icons/material.json', 'css' => '$Foswiki::cfg{PubUrlPath}/$Foswiki::cfg{SystemWebName}/WebFontsContrib/material-icons/font-face.css', }, ... };This will register the
ma
prefix to refer to the given icon definition so that below call to %JQICON will load the appropriate
css and font files:
You type:
%JQICON{"ma-add-alarm"}%You get: where
add-alarm
is the name of an icon. See the full list of all icons below.
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
js | script.js | manage | 825 bytes | 01 May 2024 - 12:09 | ProjectContributor | Generated by AttachContentPlugin |
css | style.css | manage | 245 bytes | 20 Aug 2020 - 07:43 | ProjectContributor | Generated by AttachContentPlugin |