diff --git a/source/fonts/icons.config.json b/source/fonts/icons.config.json index c273424..d4660e4 100644 --- a/source/fonts/icons.config.json +++ b/source/fonts/icons.config.json @@ -89,6 +89,12 @@ "css": "stats", "code": 62982, "src": "websymbols" + }, + { + "uid": "4c1ef492f1d2c39a2250ae457cee2a6e", + "css": "instagram", + "code": 62991, + "src": "fontawesome" } ] -} +} \ No newline at end of file diff --git a/source/fonts/icons.eot b/source/fonts/icons.eot index ae89c14..bc92297 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 45f2bf9..949db43 100644 --- a/source/fonts/icons.svg +++ b/source/fonts/icons.svg @@ -1,25 +1,40 @@ -Copyright (C) 2016 by original authors @ fontello.com +Copyright (C) 2017 by original authors @ fontello.com - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/fonts/icons.ttf b/source/fonts/icons.ttf index a96e6e4..5054ba2 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 81972bb..7c6be26 100644 Binary files a/source/fonts/icons.woff and b/source/fonts/icons.woff differ diff --git a/source/fonts/icons.woff2 b/source/fonts/icons.woff2 new file mode 100644 index 0000000..99a4081 Binary files /dev/null and b/source/fonts/icons.woff2 differ diff --git a/source/stylesheets/_icons.css.scss b/source/stylesheets/_icons.css.scss index ab76989..7ad003c 100644 --- a/source/stylesheets/_icons.css.scss +++ b/source/stylesheets/_icons.css.scss @@ -1,10 +1,11 @@ @font-face { font-family: 'icons'; - src: url('../fonts/icons.eot?82832280'); - src: url('../fonts/icons.eot?82832280#iefix') format('embedded-opentype'), - url('../fonts/icons.woff?82832280') format('woff'), - url('../fonts/icons.ttf?82832280') format('truetype'), - url('../fonts/icons.svg?82832280#icons') format('svg'); + src: url('../fonts/icons.eot?43660247'); + src: url('../fonts/icons.eot?43660247#iefix') format('embedded-opentype'), + url('../fonts/icons.woff2?43660247') format('woff2'), + url('../fonts/icons.woff?43660247') format('woff'), + url('../fonts/icons.ttf?43660247') format('truetype'), + url('../fonts/icons.svg?43660247#icons') format('svg'); font-weight: normal; font-style: normal; } @@ -33,3 +34,4 @@ .icon-xing:before { content: '\f60c'; } .icon-mail:before { content: '\f60d'; } .icon-angle-left:before { content: '\f60e'; } +.icon-instagram:before { content: '\f60e'; }