Skip to content

Scouts-Sint-Joris/FontScoutsEnGidsenVlaanderen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Scouts en Gidsen Vlaanderen

About

This font contains all the icons designed en used by Scouts en Gidsen Vlaanderen in Belguim. The demo folder shows which icons are included.

Installation

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">

Usage HTML

<!-- replace the class to the icon of your choice. -->
<span class="scouts scouts-int-scouts"></span>

Usage CSS

/* replace the class to the icon of your choice. */
.scouts-int-scouts:before {
  content: "\e600";
}

Generate Fonts

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.1%
  • HTML 40.1%
  • JavaScript 3.8%