diff --git a/README.md b/README.md index 6df1d51..7b9fcb7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Ratchet v2.0 WIP -Prototype mobile apps with simple HTML, CSS and JS components. +Prototype mobile apps with simple HTML, CSS, and JS components. ## Getting Started -- Clone the repo with `git clone https://github.com/maker/ratchet.git` or just [download](http://maker.github.io/ratchet/ratchet.zip) the bundled CSS and JS +- Clone the repo with `git clone https://github.com/maker/ratchet.git` or just [download](http://github.com/maker/ratchet/archive/v2.0.0.zip) the bundled CSS and JS - [Read the docs](http://maker.github.io/ratchet) to learn about the components and how to get a prototype on your phone - We will have example apps to check out very soon! diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss index a624334..85ef09e 100644 --- a/lib/sass/ratchicons.scss +++ b/lib/sass/ratchicons.scss @@ -7,32 +7,31 @@ src: url("ratchicons/ratchicons.eot"); src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"), url("ratchicons/ratchicons.woff") format("woff"), - url("ratchicons/ratchicons.ttf") format("truetype"), + url("ratchicons/ratchicons.ttf") format("truetype"), url("ratchicons/ratchicons.svg#svgFontName") format("svg"); font-weight: normal; font-style: normal; } .icon { display: inline-block; - font-family: "Ratchicons", sans-serif; + font-family: Ratchicons; font-size: 24px; text-decoration: none; line-height: 1; cursor: default; -webkit-font-smoothing: antialiased; - - &.icon-down:before { content: '\f00b'} - &.icon-download:before { content: '\f005'} - &.icon-left:before { content: '\f00c'} - &.icon-list:before { content: '\f008'} - &.icon-pages:before { content: '\f000'} - &.icon-refresh:before { content: '\f009'} - &.icon-right:before { content: '\f00d'} - &.icon-search:before { content: '\f007'} - &.icon-share:before { content: '\f00a'} - &.icon-sound:before { content: '\f001'} - &.icon-sound2:before { content: '\f002'} - &.icon-sound3:before { content: '\f003'} - &.icon-sound4:before { content: '\f004'} - &.icon-up:before { content: '\f00e'} } +.icon-down:before { content: '\f00b'} +.icon-download:before { content: '\f005'} +.icon-left:before { content: '\f00c'} +.icon-list:before { content: '\f008'} +.icon-pages:before { content: '\f000'} +.icon-refresh:before { content: '\f009'} +.icon-right:before { content: '\f00d'} +.icon-search:before { content: '\f007'} +.icon-share:before { content: '\f00a'} +.icon-sound:before { content: '\f001'} +.icon-sound2:before { content: '\f002'} +.icon-sound3:before { content: '\f003'} +.icon-sound4:before { content: '\f004'} +.icon-up:before { content: '\f00e'} diff --git a/package.json b/package.json index 6160654..94ead5b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-jshint": "~0.7.0", "grunt-contrib-nodeunit": "~0.2.2", "grunt-contrib-sass": "~0.5.0", "grunt-contrib-watch": "~0.5.3",