|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
font-family: Ratchicons; |
|
|
|
|
font-weight: normal; |
|
|
|
|
font-style: normal; |
|
|
|
|
src: url('../fonts/ratchicons.eot'); |
|
|
|
|
src: url('../fonts/ratchicons.eot?#iefix') format('embedded-opentype'), |
|
|
|
|
url('../fonts/ratchicons.woff') format('woff'), |
|
|
|
|
url('../fonts/ratchicons.ttf') format('truetype'), |
|
|
|
|
url('../fonts/ratchicons.svg#svgFontName') format('svg'); |
|
|
|
|
src: url($font-directory + '/ratchicons.eot'); |
|
|
|
|
src: url($font-directory + '/ratchicons.eot?#iefix') format('embedded-opentype'), |
|
|
|
|
url($font-directory + '/ratchicons.woff') format('woff'), |
|
|
|
|
url($font-directory + '/ratchicons.ttf') format('truetype'), |
|
|
|
|
url($font-directory + '/ratchicons.svg#svgFontName') format('svg'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|