Skip to content

Commit

Permalink
Update readme with Bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmarabeas committed Feb 14, 2015
1 parent 4f4b22b commit 86a02d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

jQuery-FontSpy.js works by checking the change in width of a string. Courier New is used as the font to compare against as it is one of the most widely distrubuted default fonts. Using a very large font-size, we are able to determine even the slightest change. When the width of the string changes, we know that the custom font-face file has been loaded and applied.

## Install:

Grab it with Bower: `bower install fontspy`

## Usage:

```javascript
Expand Down

0 comments on commit 86a02d1

Please sign in to comment.