diff --git a/components.html b/components.html
index 1629ddf..1212e53 100644
--- a/components.html
+++ b/components.html
@@ -106,12 +106,10 @@ base_url: "../"
@@ -120,12 +118,10 @@ base_url: "../"
{% highlight html %}
diff --git a/dist/ratchet.css b/dist/ratchet.css
index ab35c98..39f182c 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -1134,62 +1134,78 @@ input[type="button"] {
-webkit-font-smoothing: antialiased;
}
+.icon-code:before {
+ content: '\e804';
+}
+
.icon-down:before {
- content: '\e80a';
+ content: '\e801';
}
.icon-download:before {
- content: '\e80e';
+ content: '\f005';
}
.icon-left:before {
- content: '\e80b';
+ content: '\e803';
}
-.icon-list:before {
- content: '\e801';
+.icon-lg-down:before {
+ content: '\f00b';
}
-.icon-menu:before {
- content: '\e800';
+.icon-lg-left:before {
+ content: '\f00c';
+}
+
+.icon-lg-right:before {
+ content: '\f00d';
+}
+
+.icon-lg-up:before {
+ content: '\f00e';
+}
+
+.icon-list:before {
+ content: '\f008';
}
.icon-pages:before {
- content: '\e802';
+ content: '\f000';
}
.icon-refresh:before {
- content: '\e803';
+ content: '\f009';
}
.icon-right:before {
- content: '\e80c';
+ content: '\e800';
}
.icon-search:before {
- content: '\e804';
+ content: '\f007';
}
.icon-share:before {
- content: '\e805';
+ content: '\f00a';
}
.icon-sound2:before {
- content: '\e807';
+ content: '\f002';
}
.icon-sound3:before {
- content: '\e808';
+ content: '\f003';
}
.icon-sound4:before {
- content: '\e809';
+ content: '\f004';
}
.icon-sound:before {
- content: '\e806';
+ content: '\f001';
}
.icon-up:before {
- content: '\e80d';
+ content: '\e802';
}
diff --git a/dist/ratchicons/ratchicons.eot b/dist/ratchicons/ratchicons.eot
index d0a235d..48b9de9 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 04a9e17..944c8e6 100644
--- a/dist/ratchicons/ratchicons.svg
+++ b/dist/ratchicons/ratchicons.svg
@@ -6,21 +6,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dist/ratchicons/ratchicons.ttf b/dist/ratchicons/ratchicons.ttf
index e6aa66f..d309c0b 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 ee745ca..f965438 100644
Binary files a/dist/ratchicons/ratchicons.woff and b/dist/ratchicons/ratchicons.woff differ
diff --git a/index.html b/index.html
index 24a78f5..4d84468 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,7 @@ base_url: "./"
-
+
Simple web technology
Ratchet is built simple HTML, CSS, and JS. We used the power of SASS to make Ratchet extremely capable at quickly building mobile applications you can start playing with right away.
diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss
index 585f8dc..9c4ae91 100644
--- a/lib/sass/ratchicons.scss
+++ b/lib/sass/ratchicons.scss
@@ -21,18 +21,22 @@
cursor: default;
-webkit-font-smoothing: antialiased;
}
-.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'; }
+.icon-code:before { content: '\e804'; }
+.icon-down:before { content: '\e801'; }
+.icon-download:before { content: '\f005'; }
+.icon-left:before { content: '\e803'; }
+.icon-lg-down:before { content: '\f00b'; }
+.icon-lg-left:before { content: '\f00c'; }
+.icon-lg-right:before { content: '\f00d'; }
+.icon-lg-up:before { content: '\f00e'; }
+.icon-list:before { content: '\f008'; }
+.icon-pages:before { content: '\f000'; }
+.icon-refresh:before { content: '\f009'; }
+.icon-right:before { content: '\e800'; }
+.icon-search:before { content: '\f007'; }
+.icon-share:before { content: '\f00a'; }
+.icon-sound2:before { content: '\f002'; }
+.icon-sound3:before { content: '\f003'; }
+.icon-sound4:before { content: '\f004'; }
+.icon-sound:before { content: '\f001'; }
+.icon-up:before { content: '\e802'; }