From b8655fb37e06117ed8428f3ef291e53cf4e3a302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 25 Oct 2013 21:08:25 +0200 Subject: [PATCH] Simplify icon styles --- lib/sass/ratchicons.scss | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss index 8f1b436..2df9a9f 100644 --- a/lib/sass/ratchicons.scss +++ b/lib/sass/ratchicons.scss @@ -7,32 +7,32 @@ 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'} -} \ No newline at end of file +.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'} \ No newline at end of file