diff --git a/README.md b/README.md index 5c8a59b..08ebc08 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ View `index.html` to see these new properties in action. ## Properties ### Kerning Pairs -Adjust the space between specific glyphs with a clear syntax. Just type in the two glyphs you want to kern, then the amount space you want. +Adjust the space between specific characters with a clear syntax. Just type in the two characters you want to kern, then the amount space you want. #### Properties -`kerning-pairs` accepts a comma separated list of two glyphs, then the distance you want between them. Accepts positive or negative distances. +`kerning-pairs` accepts a comma separated list of two characters, then the distance you want between them. Accepts positive or negative distances. ```CSS kerning-pairs: az 0.02em; ``` -_Values:_ {Any glyph}{Any glyph} {Any distance}{Any CSS unit} +_Values:_ {Any character}{Any character} {Any distance}{Any CSS unit} #### Example CSS ```CSS @@ -117,4 +117,4 @@ stylefill.options({ }); ``` -_Note:_ This will cause the browser to download your external CSS files twice. Once, as per usual, and again to read the `type.js` property values. \ No newline at end of file +_Note:_ This will cause the browser to download your external CSS files twice. Once, as per usual, and again to read the `type.js` property values. diff --git a/index.html b/index.html index 4df06ae..d95e4e0 100644 --- a/index.html +++ b/index.html @@ -79,17 +79,17 @@

Examples

Properties

Kerning Pairs

-

Manually adjust the space between two specific glyphs with a simple syntax. Read more about manual kerning here.

+

Manually adjust the space between two specific characters with a simple syntax. Read more about manual kerning here.

Properties

-

kerning-pairs accepts a comma separated list of two glyphs, then the distance you want between them. Accepts positive or negative distances.

+

kerning-pairs accepts a comma separated list of two characters, then the distance you want between them. Accepts positive or negative distances.

kerning-pairs: az 0.02em;

Values

-

{Any glyph}{Any glyph} {Any distance}{Any CSS unit}

+

{Any character}{Any character} {Any distance}{Any CSS unit}

Example CSS

@@ -288,4 +288,4 @@

Issues

- \ No newline at end of file +