diff --git a/source/fonts/icons.config.json b/source/fonts/icons.config.json new file mode 100644 index 0000000..a25d8aa --- /dev/null +++ b/source/fonts/icons.config.json @@ -0,0 +1,82 @@ +{ + "name": "icons", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 512, + "ascent": 480, + "glyphs": [ + { + "uid": "72b1277834cba5b7944b0a6cac7ddb0d", + "css": "feed", + "code": 62977, + "src": "fontawesome" + }, + { + "uid": "559647a6f430b3aeadbecd67194451dd", + "css": "menu", + "code": 62985, + "src": "fontawesome" + }, + { + "uid": "d870630ff8f81e6de3958ecaeac532f2", + "css": "left-open", + "code": 62981, + "src": "fontawesome" + }, + { + "uid": "4743b088aa95d6f3b6b990e770d3b647", + "css": "facebook", + "code": 62980, + "src": "fontawesome" + }, + { + "uid": "5e0a374728ffa8d0ae1f331a8f648231", + "css": "github", + "code": 62987, + "src": "fontawesome" + }, + { + "uid": "e1597911f34fea0a188ae51fe4a2d9a9", + "css": "stackoverflow", + "code": 62986, + "src": "fontawesome" + }, + { + "uid": "627abcdb627cb1789e009c08e2678ef9", + "css": "twitter", + "code": 62978, + "src": "fontawesome" + }, + { + "uid": "11ebb30e17efcd988a228ade5d3e8c74", + "css": "xing", + "code": 62988, + "src": "fontawesome" + }, + { + "uid": "815503841e980c848f55e0271deacead", + "css": "link", + "code": 62984, + "src": "entypo" + }, + { + "uid": "a42b598e4298f3319b25a2702a02e7ff", + "css": "location", + "code": 62983, + "src": "entypo" + }, + { + "uid": "626fb97a7c0c0db53a1853fb9e96e223", + "css": "google-plus", + "code": 62979, + "src": "brandico" + }, + { + "uid": "af3a08c6f521a065252ee35392864e15", + "css": "stats", + "code": 62982, + "src": "websymbols" + } + ] +} \ No newline at end of file diff --git a/source/fonts/icons.eot b/source/fonts/icons.eot index 6a88df2..d9a8fa5 100644 Binary files a/source/fonts/icons.eot and b/source/fonts/icons.eot differ diff --git a/source/fonts/icons.svg b/source/fonts/icons.svg index d744c2b..683441f 100644 --- a/source/fonts/icons.svg +++ b/source/fonts/icons.svg @@ -3,20 +3,21 @@ Copyright (C) 2015 by original authors @ fontello.com - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/fonts/icons.ttf b/source/fonts/icons.ttf index cfe0227..13c5a73 100644 Binary files a/source/fonts/icons.ttf and b/source/fonts/icons.ttf differ diff --git a/source/fonts/icons.woff b/source/fonts/icons.woff index 026fec6..61db6d4 100644 Binary files a/source/fonts/icons.woff and b/source/fonts/icons.woff differ diff --git a/source/stylesheets/_icons.css.scss b/source/stylesheets/_icons.css.scss index 308169a..5a09758 100644 --- a/source/stylesheets/_icons.css.scss +++ b/source/stylesheets/_icons.css.scss @@ -1,10 +1,10 @@ @font-face { font-family: 'icons'; - src: url('../fonts/icons.eot?14158976'); - src: url('../fonts/icons.eot?14158976#iefix') format('embedded-opentype'), - url('../fonts/icons.woff?14158976') format('woff'), - url('../fonts/icons.ttf?14158976') format('truetype'), - url('../fonts/icons.svg?14158976#icons') format('svg'); + src: url('../fonts/icons.eot?30442297'); + src: url('../fonts/icons.eot?30442297#iefix') format('embedded-opentype'), + url('../fonts/icons.woff?30442297') format('woff'), + url('../fonts/icons.ttf?30442297') format('truetype'), + url('../fonts/icons.svg?30442297#icons') format('svg'); font-weight: normal; font-style: normal; } @@ -24,18 +24,10 @@ -moz-osx-font-smoothing: grayscale; } -.icon-github:before { content: '\e800'; } /* '' */ -.icon-stackoverflow:before { content: '\e801'; } /* '' */ -.icon-link:before { content: '\e802'; } /* '' */ -.icon-twitter:before { content: '\e803'; } /* '' */ -.icon-feed:before { content: '\e804'; } /* '' */ -.icon-menu:before { content: '\e805'; } /* '' */ .icon-location:before { - content: '\e806'; margin-left: 0; margin-right: .25em; -} /* '' */ -.icon-arrow-left:before { content: '\e808'; } /* '' */ -.icon-google-plus:before { content: '\e809'; } /* '' */ -.icon-facebook:before { content: '\e80a'; } /* '' */ -.icon-xing:before { content: '\e80b'; } /* '' */ +} +.icon-stackoverflow:before { content: '\f60a'; } +.icon-github:before { content: '\f60b'; } +.icon-xing:before { content: '\f60c'; }