// // 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'; }