Choose which pre-built collection best suits you.
Woff is the the most used font file, so it is used for benchmarking file sizes.
<!-- complete icon collection -->
<link rel="stylesheet" href="https://cdn.wolterskluwer.io/wk-icons/0.2.x/wk-icons-all-open.min.css"/>
<link rel="stylesheet" href="https://cdn.wolterskluwer.io/wk-icons/0.2.x/wk-icons-all-filled.min.css"/>
<!-- typical set -->
<link rel="stylesheet" href="https://cdn.wolterskluwer.io/wk-icons/0.2.x/wk-icons-typical-open.min.css"/>
<link rel="stylesheet" href="https://cdn.wolterskluwer.io/wk-icons/0.2.x/wk-icons-typical-filled.min.css"/>
Collection | Icon Count | Open/Filled | File Name | File Size |
---|---|---|---|---|
All | 507 | Open | wk-icons-open.woff | 67.52 kB |
Filled | wk-icons-filled.woff | 55.46 kB | ||
Typical | 100 | Open | wk-icons-typical-open.woff | 15.16 kB |
Filled | wk-icons-typical-filled.woff | 12.51 kB |
Choose the icons you want and give it a name.
You will need to create a font face and base styles to accompany your icon codes and font files. See this section.
With minimal setup, you can ensure application stability and complete custimization by using a package manager.
Use either NPM or Bower to download the icon fonts for inclusion in your project directly.
.npmrc
file to your project.
package.json
e.g."wk-icons": "^0.2.1"
.
npm install
as you normally would..bowerrc
file to your project.
bower.json
e.g."wk-icons": "^0.2.1"
.
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.