From 932aedf514603b41f856bc50ce8f68997fbb2261 Mon Sep 17 00:00:00 2001 From: Kenneth Ormandy Date: Wed, 17 Sep 2014 18:29:12 -0700 Subject: [PATCH] v0.2.0 Adds support for Contextual Alternates. The OpenType specification requires them to be on by default, but (like with other features Normalize-OpenType.css covers) not every browser respects this. Now, Contextual Alternates will be one by default. This can be especially important for script faces. --- bower.json | 2 +- component.json | 4 ++-- normalize-opentype.css | 2 +- normalize-opentype.scss | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index b8c15ea..fb258b3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-opentype.css", - "version": "0.1.4", + "version": "0.2.0", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "authors": [ "Kenneth Ormandy " diff --git a/component.json b/component.json index 26acf38..e25369b 100644 --- a/component.json +++ b/component.json @@ -1,8 +1,8 @@ { "name": "normalize-opentype.css", "repo": "kennethormandy/normalize-opentype.css", - "description": "Add sound OpenType defaults to Normalize.css", - "version": "0.1.4", + "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", + "version": "0.2.0", "keywords": [ "normalize", "type", diff --git a/normalize-opentype.css b/normalize-opentype.css index 60c025a..59c2eef 100644 --- a/normalize-opentype.css +++ b/normalize-opentype.css @@ -1,4 +1,4 @@ -/*! normalize-opentype v0.1.3 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ +/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ /** * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals diff --git a/normalize-opentype.scss b/normalize-opentype.scss index 3faaa6d..e14236a 100644 --- a/normalize-opentype.scss +++ b/normalize-opentype.scss @@ -1,4 +1,4 @@ -/*! normalize-opentype v0.1.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ +/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ /** * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix diff --git a/package.json b/package.json index 9fd5134..81a642c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-opentype", - "version": "0.1.4", + "version": "0.2.0", "description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.", "homepage": "http://kennethormandy.com/journal/normalize-opentype-css", "author": "Kenneth Ormandy ",