@vcl/font-awesome

Integration with the font awesome icon font


Keywords
css, vcl, component, font, awesome
License
MIT
Install
npm install @vcl/font-awesome@1.0.0-alpha.2

Documentation

VCL font-awesome

Integration with the font awesome icon font.

Features

A complete icon set for web applications. The icons are vector graphics which can be scaled without quality loss. The different icon states for hover and active as well as different color themes like normal or emphasized are simply realized by CSS styling.

Usage

It integrates the standard FA CSS and makes some minor adaptations for the VCL. Make sure the font files are not located below a path ../fonts/, or re-define the src properties in the @font-face definition.

basic example

Classes

Each icons has a unique identifier in the fa- namespace. See font awesome cheatsheet for a reference available icons.

Demo

example.html on GH-pages.