From 56557a7e8d3b57cfb4d91bfd88b51e83ae0e5311 Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 29 Oct 2014 09:33:38 -0300 Subject: [PATCH] add new icon --- css/style.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100755 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100755 index 000000000..3ed5344a0 --- /dev/null +++ b/css/style.css @@ -0,0 +1,70 @@ +@font-face { + font-family: 'icomoon'; + src:url("../font/icomoon.eot?-5b2xva"); + src:url("../font/icomoon.eot?#iefix-5b2xva") format('embedded-opentype'), + url("../font/icomoon.woff?-5b2xva") format('woff'), + url("../font/icomoon.ttf?-5b2xva") format('truetype'), + url("../font/icomoon.svg?-5b2xva#icomoon") format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-arrow-left:before { + content: "\e600"; +} +.icon-arrow-down:before { + content: "\e601"; +} +.icon-arrow-up:before { + content: "\e602"; +} +.icon-arrow-right:before { + content: "\e603"; +} +.icon-arrow-left2:before { + content: "\e604"; +} +.icon-arrow-down2:before { + content: "\e605"; +} +.icon-arrow-up2:before { + content: "\e606"; +} +.icon-arrow-right2:before { + content: "\e607"; +} +.icon-arrow-left3:before { + content: "\e608"; +} +.icon-arrow-down3:before { + content: "\e609"; +} +.icon-arrow-up3:before { + content: "\e60a"; +} +.icon-arrow-right3:before { + content: "\e60b"; +} +.icon-arrow-left4:before { + content: "\e60c"; +} +.icon-arrow-down4:before { + content: "\e60d"; +} +.icon-arrow-up4:before { + content: "\e60e"; +}