diff --git a/components.html b/components.html index 1212e53..1629ddf 100644 --- a/components.html +++ b/components.html @@ -106,10 +106,12 @@ base_url: "../"
+ Previous Next +

Title

@@ -118,10 +120,12 @@ base_url: "../" {% highlight html %}
+ Previous Next +

Title

diff --git a/dist/ratchet.css b/dist/ratchet.css index 170da68..20f17ff 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -1117,7 +1117,7 @@ input[type="button"] { } @font-face { - font-family: "Ratchicons"; + font-family: ratchicons; 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.svg#svgFontName") format("svg"); font-weight: normal; @@ -1126,7 +1126,7 @@ input[type="button"] { .icon { display: inline-block; - font-family: Ratchicons; + font-family: ratchicons; font-size: 24px; text-decoration: none; line-height: 1; @@ -1135,57 +1135,61 @@ input[type="button"] { } .icon-down:before { - content: '\f00b'; + content: '\e80a'; } .icon-download:before { - content: '\f005'; + content: '\e80e'; } .icon-left:before { - content: '\f00c'; + content: '\e80b'; } .icon-list:before { - content: '\f008'; + content: '\e801'; +} + +.icon-menu:before { + content: '\e800'; } .icon-pages:before { - content: '\f000'; + content: '\e802'; } .icon-refresh:before { - content: '\f009'; + content: '\e803'; } .icon-right:before { - content: '\f00d'; + content: '\e80c'; } .icon-search:before { - content: '\f007'; + content: '\e804'; } .icon-share:before { - content: '\f00a'; -} - -.icon-sound:before { - content: '\f001'; + content: '\e805'; } .icon-sound2:before { - content: '\f002'; + content: '\e807'; } .icon-sound3:before { - content: '\f003'; + content: '\e808'; } .icon-sound4:before { - content: '\f004'; + content: '\e809'; +} + +.icon-sound:before { + content: '\e806'; } .icon-up:before { - content: '\f00e'; + content: '\e80d'; } diff --git a/dist/ratchicons/ratchicons.eot b/dist/ratchicons/ratchicons.eot index 91be5ac..d0a235d 100644 Binary files a/dist/ratchicons/ratchicons.eot and b/dist/ratchicons/ratchicons.eot differ diff --git a/dist/ratchicons/ratchicons.svg b/dist/ratchicons/ratchicons.svg index c6a13c2..04a9e17 100644 --- a/dist/ratchicons/ratchicons.svg +++ b/dist/ratchicons/ratchicons.svg @@ -1,25 +1,26 @@ -Generated by fontello.com +Copyright (C) 2014 by original authors @ fontello.com - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/ratchicons/ratchicons.ttf b/dist/ratchicons/ratchicons.ttf index fd996ed..e6aa66f 100644 Binary files a/dist/ratchicons/ratchicons.ttf and b/dist/ratchicons/ratchicons.ttf differ diff --git a/dist/ratchicons/ratchicons.woff b/dist/ratchicons/ratchicons.woff index 6b72488..ee745ca 100644 Binary files a/dist/ratchicons/ratchicons.woff and b/dist/ratchicons/ratchicons.woff differ diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss index 85ef09e..273d54f 100644 --- a/lib/sass/ratchicons.scss +++ b/lib/sass/ratchicons.scss @@ -3,7 +3,7 @@ // -------------------------------------------------- @font-face { - font-family: "Ratchicons"; + font-family: ratchicons; src: url("ratchicons/ratchicons.eot"); src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"), url("ratchicons/ratchicons.woff") format("woff"), @@ -14,24 +14,25 @@ } .icon { display: inline-block; - font-family: Ratchicons; + 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: '\e80a'; } +.icon-download:before { content: '\e80e'; } +.icon-left:before { content: '\e80b'; } +.icon-list:before { content: '\e801'; } +.icon-menu:before { content: '\e800'; } +.icon-pages:before { content: '\e802'; } +.icon-refresh:before { content: '\e803'; } +.icon-right:before { content: '\e80c'; } +.icon-search:before { content: '\e804'; } +.icon-share:before { content: '\e805'; } +.icon-sound2:before { content: '\e807'; } +.icon-sound3:before { content: '\e808'; } +.icon-sound4:before { content: '\e809'; } +.icon-sound:before { content: '\e806'; } +.icon-up:before { content: '\e80d'; }