Build mobile apps with simple HTML, CSS, and JS components. http://goratchet.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

//
// Ratchicons
// --------------------------------------------------
@font-face {
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;
font-style: normal;
}
.icon {
display: inline-block;
font-family: ratchicons;
font-size: 24px;
text-decoration: none;
line-height: 1;
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'; }