Skip to content

Ken-Vermette/kv-glyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KV Parallax

A font-based collection of icons


Getting Started

Installation

If you don't need to modify the options then this is the reccomended version to use.

  1. Download the glyph package. Copy kv-glyph.css and kv-glyph.ttf into the desired path.
  2. Add the stylesheet to your website.
<link rel='stylesheet' href='path/to/kv-glyph.css' type='text/css' media='all' />
  1. Ready! 🎉

Usage

Add the class kvg and kvg-class-of-glyph to a given element. The glyph will be added as a :before pseudo-element.

<button id="my-bookmark-button" class="kvg kvg-symbol__bookmark">Bookmark</button>

Alternatively, you may add glyphs by directly referencing the font family KV Glyph and using the individual characters. For a reference of characters you may go to http://kver.ca/kv-glyph/.

#my-bookmark-button:before {
	font-family: "KV Glyph";
	content: "\e991";
}

About

A font-based glyph library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published