No installation required, just reference one or both icon fonts in the <head>
…
<!-- Just the default (open) states: .wk-icon-x -->
<link rel="stylesheet" href="//cdn.wolterskluwer.io/wk-icons/0.1.x/wk-icons.min.css"/>
<!-- Just the filled states: .wk-icon-filled-x -->
<link rel="stylesheet" href="//cdn.wolterskluwer.io/wk-icons/0.1.x/wk-icons-filled.min.css"/>
For the curious, non-minified versions of the default icons and filled icons are published too. You may wish to see the hex codes or base styles in a human readable format.
With minimal setup, you can ensure application stability and complete custimization by using a package manager.
Use either NPM or Bower to download the logo assets for inclusion in your project directly.
.npmrc
file to your project.
package.json
e.g."wk-icons": "^0.1.0"
.
npm install
as you normally would..bowerrc
file to your project.
bower.json
e.g."wk-icons": "^0.1.0"
.
bower install
as you normally would.Filename too long
error when installing with bower should run the following git command: git config core.longpaths true
Zip archives containing all SVGs - for designers and creating mockups.