Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.11 KB

File metadata and controls

17 lines (11 loc) · 1.11 KB

DigInG Icon Pack

GitHub release (latest by date) License

Icon's made specifically for DigInG :)

Steps to set up custom DigInG icon pack

Step 1: Download the release and go into the folder DigInG Icon Pack.

Step 2: Copy the code in 'diging-icon-pack.css' to a new CSS file, or import it. Include the new CSS file in your HEAD tag.

Step 3: Copy the folder 'fonts' into your website folder. Make sure that it is in the same folder as your CSS file.

Step 4: Using icons in HTML. An icon can be inserted with the following HTML code. The class name “icon-write” is generated from the title given to each icon when the font was created. Look up the required icon label in 'demo.html' or the image file.

<span class=“icon-write”></span>

alt text