Skip to content

Commit 06c5d72

Browse files
committed
Minor updates. JS Lintier thanks to SlexAxton.
1 parent 7b3a725 commit 06c5d72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ As expected it uses the `.line#` ordinal pattern. You'll also notice the `<br>`
8888
We've found this to be a pretty quick and elegant solution to create typographical CSS3 posters. It's also a great solution for really custom type headings, while keeping the text selectable.
8989

9090
### Best Practices
91-
Be smart and use sparingly. You'll probably break your browser if you try to tried to do wrap every letter on your page in a `span` tag, so don't do that. Look to use this in your Headings, Blockquotes, Asides, etc.
91+
Be smart and use sparingly. You'll probably break your browser if you try to wrap every letter on your page in a `span` tag, so don't do that. Look to use this in your Headings, Blockquotes, Asides, etc.
9292

9393
### Kern Well
9494
If you're going through the trouble to load a fancy font and that word or phrase is the largest on the site, then it's important for it to be kerned well. With Lettering.js, kerning is a breeze. You can simply use `$("#id-of-what-i-want-to-kern").lettering();` and then on each `.char#`, you can set relative position or left/right margin. Works like a charm.

jquery.lettering.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*global jQuery */
22
/*!
3-
* Lettering.JS 0.6
3+
* Lettering.JS 0.6.1
44
*
55
* Copyright 2010, Dave Rupert http://daverupert.com
66
* Released under the WTFPL license
77
* http://sam.zoy.org/wtfpl/
88
*
99
* Thanks to Paul Irish - http://paulirish.com - for the feedback.
1010
*
11-
* Date: Mon Sep 13 11:54:00 2010 -0600
11+
* Date: Mon Sep 20 17:14:00 2010 -0600
1212
*/
1313
(function($){
1414
function injector(t, splitter, klass, after) {

0 commit comments

Comments
 (0)