Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.2 KB

The iconic font and CSS framework

Font Projeção is a full suite of 70 pictographic icons for easy scalable vector graphics on websites, created and maintained by Antério Vieira.

Usage

Copy this code into your HTML page header:

<link href="https://file.myfontastic.com/f6BoET7SSmCRA9gMkdoYAP/icons.css" rel="stylesheet">

Note: Non-cached files (serving from LA data center, No Browser Cache).

Or download and install your icon font manually

Download | See 70 Icons

How to install the font?

  • Download the font and unzip it;
  • Add the CSS file “styles.css” to your project, and link to it from your HTML page;
  • Copy the "fonts" folder into your website project;
  • Insert the icon class name into any HTML tag to add the icon. The CSS class prefix is 'fp-';

Example

<i class="fp-p-open"></i>

How to install the font with NPM?

npm install --save font-projecao

License

MIT