Skip to content

Commit 86a02d1

Browse files
Update readme with Bower install
1 parent 4f4b22b commit 86a02d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
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.
66

7+
## Install:
8+
9+
Grab it with Bower: `bower install fontspy`
10+
711
## Usage:
812

913
```javascript

0 commit comments

Comments
 (0)