This font contains all the icons designed en used by Scouts en Gidsen Vlaanderen in Belguim. The demo folder shows which icons are included.
Add the fonts and css folder to your website folder.
Example:
index.html
css/Scouts-en-Gidsen-Vlaanderen.css
fonts/Scouts-en-Gidsen-Vlaanderen.svg
fonts/Scouts-en-Gidsen-Vlaanderen.ttf
fonts/Scouts-en-Gidsen-Vlaanderen.woff
fonts/Scouts-en-Gidsen-Vlaanderen.eot
Link the css file in your html head.
<link rel="stylesheet" href="css/Scouts-en-Gidsen-Vlaanderen.css">
<!-- replace the class to the icon of your choice. -->
<span class="scouts scouts-int-scouts"></span>
/* replace the class to the icon of your choice. */
.scouts-int-scouts:before {
content: "\e600";
}
Fonts are generated via http://icomoon.io/ Import al the source files
Preferences
- Font name:
Scouts-en-Gidsen-Vlaanderen
- Class prifix:
scouts
- CSS selector use a class:
.scouts-font