Browse Source

On branch social-widget
Changes to be committed:
new file: fontawesome/css/font-awesome.css
new file: fontawesome/css/font-awesome.min.css
new file: fontawesome/font/FontAwesome.otf
new file: fontawesome/font/fontawesome-webfont.eot
new file: fontawesome/font/fontawesome-webfont.svg
new file: fontawesome/font/fontawesome-webfont.ttf
new file: fontawesome/font/fontawesome-webfont.woff
new file: fontawesome/icon-migration.php
new file: fontawesome/icon-sections.php
new file: fontawesome/icons.php
deleted: fonts/fonts.eot
deleted: fonts/fonts.svg
deleted: fonts/fonts.ttf
deleted: fonts/fonts.woff
modified: functions.php
modified: style.css
modified: widgets/social-widget.php

Stefano Mandelli 8 years ago
parent
commit
42df4d505e

+ 1672 - 0
fontawesome/css/font-awesome.css

@@ -0,0 +1,1672 @@
+/*!
+ *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+  font-family: 'FontAwesome';
+  src: url('../font/fontawesome-webfont.eot?v=4.2.0');
+  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+.fa {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+  font-size: 1.33333333em;
+  line-height: 0.75em;
+  vertical-align: -15%;
+}
+.fa-2x {
+  font-size: 2em;
+}
+.fa-3x {
+  font-size: 3em;
+}
+.fa-4x {
+  font-size: 4em;
+}
+.fa-5x {
+  font-size: 5em;
+}
+.fa-fw {
+  width: 1.28571429em;
+  text-align: center;
+}
+.fa-ul {
+  padding-left: 0;
+  margin-left: 2.14285714em;
+  list-style-type: none;
+}
+.fa-ul > li {
+  position: relative;
+}
+.fa-li {
+  position: absolute;
+  left: -2.14285714em;
+  width: 2.14285714em;
+  top: 0.14285714em;
+  text-align: center;
+}
+.fa-li.fa-lg {
+  left: -1.85714286em;
+}
+.fa-border {
+  padding: .2em .25em .15em;
+  border: solid 0.08em #eeeeee;
+  border-radius: .1em;
+}
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.fa.pull-left {
+  margin-right: .3em;
+}
+.fa.pull-right {
+  margin-left: .3em;
+}
+.fa-spin {
+  -webkit-animation: fa-spin 2s infinite linear;
+  animation: fa-spin 2s infinite linear;
+}
+@-webkit-keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+.fa-rotate-90 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(90deg);
+  -ms-transform: rotate(90deg);
+  transform: rotate(90deg);
+}
+.fa-rotate-180 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+  -webkit-transform: rotate(180deg);
+  -ms-transform: rotate(180deg);
+  transform: rotate(180deg);
+}
+.fa-rotate-270 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+  -webkit-transform: rotate(270deg);
+  -ms-transform: rotate(270deg);
+  transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+  -webkit-transform: scale(-1, 1);
+  -ms-transform: scale(-1, 1);
+  transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+  -webkit-transform: scale(1, -1);
+  -ms-transform: scale(1, -1);
+  transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+  filter: none;
+}
+.fa-stack {
+  position: relative;
+  display: inline-block;
+  width: 2em;
+  height: 2em;
+  line-height: 2em;
+  vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  text-align: center;
+}
+.fa-stack-1x {
+  line-height: inherit;
+}
+.fa-stack-2x {
+  font-size: 2em;
+}
+.fa-inverse {
+  color: #ffffff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+   readers do not read off random characters that represent icons */
+.fa-glass:before {
+  content: "\f000";
+}
+.fa-music:before {
+  content: "\f001";
+}
+.fa-search:before {
+  content: "\f002";
+}
+.fa-envelope-o:before {
+  content: "\f003";
+}
+.fa-heart:before {
+  content: "\f004";
+}
+.fa-star:before {
+  content: "\f005";
+}
+.fa-star-o:before {
+  content: "\f006";
+}
+.fa-user:before {
+  content: "\f007";
+}
+.fa-film:before {
+  content: "\f008";
+}
+.fa-th-large:before {
+  content: "\f009";
+}
+.fa-th:before {
+  content: "\f00a";
+}
+.fa-th-list:before {
+  content: "\f00b";
+}
+.fa-check:before {
+  content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+  content: "\f00d";
+}
+.fa-search-plus:before {
+  content: "\f00e";
+}
+.fa-search-minus:before {
+  content: "\f010";
+}
+.fa-power-off:before {
+  content: "\f011";
+}
+.fa-signal:before {
+  content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+  content: "\f013";
+}
+.fa-trash-o:before {
+  content: "\f014";
+}
+.fa-home:before {
+  content: "\f015";
+}
+.fa-file-o:before {
+  content: "\f016";
+}
+.fa-clock-o:before {
+  content: "\f017";
+}
+.fa-road:before {
+  content: "\f018";
+}
+.fa-download:before {
+  content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+  content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+  content: "\f01b";
+}
+.fa-inbox:before {
+  content: "\f01c";
+}
+.fa-play-circle-o:before {
+  content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+  content: "\f01e";
+}
+.fa-refresh:before {
+  content: "\f021";
+}
+.fa-list-alt:before {
+  content: "\f022";
+}
+.fa-lock:before {
+  content: "\f023";
+}
+.fa-flag:before {
+  content: "\f024";
+}
+.fa-headphones:before {
+  content: "\f025";
+}
+.fa-volume-off:before {
+  content: "\f026";
+}
+.fa-volume-down:before {
+  content: "\f027";
+}
+.fa-volume-up:before {
+  content: "\f028";
+}
+.fa-qrcode:before {
+  content: "\f029";
+}
+.fa-barcode:before {
+  content: "\f02a";
+}
+.fa-tag:before {
+  content: "\f02b";
+}
+.fa-tags:before {
+  content: "\f02c";
+}
+.fa-book:before {
+  content: "\f02d";
+}
+.fa-bookmark:before {
+  content: "\f02e";
+}
+.fa-print:before {
+  content: "\f02f";
+}
+.fa-camera:before {
+  content: "\f030";
+}
+.fa-font:before {
+  content: "\f031";
+}
+.fa-bold:before {
+  content: "\f032";
+}
+.fa-italic:before {
+  content: "\f033";
+}
+.fa-text-height:before {
+  content: "\f034";
+}
+.fa-text-width:before {
+  content: "\f035";
+}
+.fa-align-left:before {
+  content: "\f036";
+}
+.fa-align-center:before {
+  content: "\f037";
+}
+.fa-align-right:before {
+  content: "\f038";
+}
+.fa-align-justify:before {
+  content: "\f039";
+}
+.fa-list:before {
+  content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+  content: "\f03b";
+}
+.fa-indent:before {
+  content: "\f03c";
+}
+.fa-video-camera:before {
+  content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+  content: "\f03e";
+}
+.fa-pencil:before {
+  content: "\f040";
+}
+.fa-map-marker:before {
+  content: "\f041";
+}
+.fa-adjust:before {
+  content: "\f042";
+}
+.fa-tint:before {
+  content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+  content: "\f044";
+}
+.fa-share-square-o:before {
+  content: "\f045";
+}
+.fa-check-square-o:before {
+  content: "\f046";
+}
+.fa-arrows:before {
+  content: "\f047";
+}
+.fa-step-backward:before {
+  content: "\f048";
+}
+.fa-fast-backward:before {
+  content: "\f049";
+}
+.fa-backward:before {
+  content: "\f04a";
+}
+.fa-play:before {
+  content: "\f04b";
+}
+.fa-pause:before {
+  content: "\f04c";
+}
+.fa-stop:before {
+  content: "\f04d";
+}
+.fa-forward:before {
+  content: "\f04e";
+}
+.fa-fast-forward:before {
+  content: "\f050";
+}
+.fa-step-forward:before {
+  content: "\f051";
+}
+.fa-eject:before {
+  content: "\f052";
+}
+.fa-chevron-left:before {
+  content: "\f053";
+}
+.fa-chevron-right:before {
+  content: "\f054";
+}
+.fa-plus-circle:before {
+  content: "\f055";
+}
+.fa-minus-circle:before {
+  content: "\f056";
+}
+.fa-times-circle:before {
+  content: "\f057";
+}
+.fa-check-circle:before {
+  content: "\f058";
+}
+.fa-question-circle:before {
+  content: "\f059";
+}
+.fa-info-circle:before {
+  content: "\f05a";
+}
+.fa-crosshairs:before {
+  content: "\f05b";
+}
+.fa-times-circle-o:before {
+  content: "\f05c";
+}
+.fa-check-circle-o:before {
+  content: "\f05d";
+}
+.fa-ban:before {
+  content: "\f05e";
+}
+.fa-arrow-left:before {
+  content: "\f060";
+}
+.fa-arrow-right:before {
+  content: "\f061";
+}
+.fa-arrow-up:before {
+  content: "\f062";
+}
+.fa-arrow-down:before {
+  content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+  content: "\f064";
+}
+.fa-expand:before {
+  content: "\f065";
+}
+.fa-compress:before {
+  content: "\f066";
+}
+.fa-plus:before {
+  content: "\f067";
+}
+.fa-minus:before {
+  content: "\f068";
+}
+.fa-asterisk:before {
+  content: "\f069";
+}
+.fa-exclamation-circle:before {
+  content: "\f06a";
+}
+.fa-gift:before {
+  content: "\f06b";
+}
+.fa-leaf:before {
+  content: "\f06c";
+}
+.fa-fire:before {
+  content: "\f06d";
+}
+.fa-eye:before {
+  content: "\f06e";
+}
+.fa-eye-slash:before {
+  content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+  content: "\f071";
+}
+.fa-plane:before {
+  content: "\f072";
+}
+.fa-calendar:before {
+  content: "\f073";
+}
+.fa-random:before {
+  content: "\f074";
+}
+.fa-comment:before {
+  content: "\f075";
+}
+.fa-magnet:before {
+  content: "\f076";
+}
+.fa-chevron-up:before {
+  content: "\f077";
+}
+.fa-chevron-down:before {
+  content: "\f078";
+}
+.fa-retweet:before {
+  content: "\f079";
+}
+.fa-shopping-cart:before {
+  content: "\f07a";
+}
+.fa-folder:before {
+  content: "\f07b";
+}
+.fa-folder-open:before {
+  content: "\f07c";
+}
+.fa-arrows-v:before {
+  content: "\f07d";
+}
+.fa-arrows-h:before {
+  content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+  content: "\f080";
+}
+.fa-twitter-square:before {
+  content: "\f081";
+}
+.fa-facebook-square:before {
+  content: "\f082";
+}
+.fa-camera-retro:before {
+  content: "\f083";
+}
+.fa-key:before {
+  content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+  content: "\f085";
+}
+.fa-comments:before {
+  content: "\f086";
+}
+.fa-thumbs-o-up:before {
+  content: "\f087";
+}
+.fa-thumbs-o-down:before {
+  content: "\f088";
+}
+.fa-star-half:before {
+  content: "\f089";
+}
+.fa-heart-o:before {
+  content: "\f08a";
+}
+.fa-sign-out:before {
+  content: "\f08b";
+}
+.fa-linkedin-square:before {
+  content: "\f08c";
+}
+.fa-thumb-tack:before {
+  content: "\f08d";
+}
+.fa-external-link:before {
+  content: "\f08e";
+}
+.fa-sign-in:before {
+  content: "\f090";
+}
+.fa-trophy:before {
+  content: "\f091";
+}
+.fa-github-square:before {
+  content: "\f092";
+}
+.fa-upload:before {
+  content: "\f093";
+}
+.fa-lemon-o:before {
+  content: "\f094";
+}
+.fa-phone:before {
+  content: "\f095";
+}
+.fa-square-o:before {
+  content: "\f096";
+}
+.fa-bookmark-o:before {
+  content: "\f097";
+}
+.fa-phone-square:before {
+  content: "\f098";
+}
+.fa-twitter:before {
+  content: "\f099";
+}
+.fa-facebook:before {
+  content: "\f09a";
+}
+.fa-github:before {
+  content: "\f09b";
+}
+.fa-unlock:before {
+  content: "\f09c";
+}
+.fa-credit-card:before {
+  content: "\f09d";
+}
+.fa-rss:before {
+  content: "\f09e";
+}
+.fa-hdd-o:before {
+  content: "\f0a0";
+}
+.fa-bullhorn:before {
+  content: "\f0a1";
+}
+.fa-bell:before {
+  content: "\f0f3";
+}
+.fa-certificate:before {
+  content: "\f0a3";
+}
+.fa-hand-o-right:before {
+  content: "\f0a4";
+}
+.fa-hand-o-left:before {
+  content: "\f0a5";
+}
+.fa-hand-o-up:before {
+  content: "\f0a6";
+}
+.fa-hand-o-down:before {
+  content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+  content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+  content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+  content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+  content: "\f0ab";
+}
+.fa-globe:before {
+  content: "\f0ac";
+}
+.fa-wrench:before {
+  content: "\f0ad";
+}
+.fa-tasks:before {
+  content: "\f0ae";
+}
+.fa-filter:before {
+  content: "\f0b0";
+}
+.fa-briefcase:before {
+  content: "\f0b1";
+}
+.fa-arrows-alt:before {
+  content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+  content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+  content: "\f0c1";
+}
+.fa-cloud:before {
+  content: "\f0c2";
+}
+.fa-flask:before {
+  content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+  content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+  content: "\f0c5";
+}
+.fa-paperclip:before {
+  content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+  content: "\f0c7";
+}
+.fa-square:before {
+  content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+  content: "\f0c9";
+}
+.fa-list-ul:before {
+  content: "\f0ca";
+}
+.fa-list-ol:before {
+  content: "\f0cb";
+}
+.fa-strikethrough:before {
+  content: "\f0cc";
+}
+.fa-underline:before {
+  content: "\f0cd";
+}
+.fa-table:before {
+  content: "\f0ce";
+}
+.fa-magic:before {
+  content: "\f0d0";
+}
+.fa-truck:before {
+  content: "\f0d1";
+}
+.fa-pinterest:before {
+  content: "\f0d2";
+}
+.fa-pinterest-square:before {
+  content: "\f0d3";
+}
+.fa-google-plus-square:before {
+  content: "\f0d4";
+}
+.fa-google-plus:before {
+  content: "\f0d5";
+}
+.fa-money:before {
+  content: "\f0d6";
+}
+.fa-caret-down:before {
+  content: "\f0d7";
+}
+.fa-caret-up:before {
+  content: "\f0d8";
+}
+.fa-caret-left:before {
+  content: "\f0d9";
+}
+.fa-caret-right:before {
+  content: "\f0da";
+}
+.fa-columns:before {
+  content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+  content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+  content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+  content: "\f0de";
+}
+.fa-envelope:before {
+  content: "\f0e0";
+}
+.fa-linkedin:before {
+  content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+  content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+  content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+  content: "\f0e4";
+}
+.fa-comment-o:before {
+  content: "\f0e5";
+}
+.fa-comments-o:before {
+  content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+  content: "\f0e7";
+}
+.fa-sitemap:before {
+  content: "\f0e8";
+}
+.fa-umbrella:before {
+  content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+  content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+  content: "\f0eb";
+}
+.fa-exchange:before {
+  content: "\f0ec";
+}
+.fa-cloud-download:before {
+  content: "\f0ed";
+}
+.fa-cloud-upload:before {
+  content: "\f0ee";
+}
+.fa-user-md:before {
+  content: "\f0f0";
+}
+.fa-stethoscope:before {
+  content: "\f0f1";
+}
+.fa-suitcase:before {
+  content: "\f0f2";
+}
+.fa-bell-o:before {
+  content: "\f0a2";
+}
+.fa-coffee:before {
+  content: "\f0f4";
+}
+.fa-cutlery:before {
+  content: "\f0f5";
+}
+.fa-file-text-o:before {
+  content: "\f0f6";
+}
+.fa-building-o:before {
+  content: "\f0f7";
+}
+.fa-hospital-o:before {
+  content: "\f0f8";
+}
+.fa-ambulance:before {
+  content: "\f0f9";
+}
+.fa-medkit:before {
+  content: "\f0fa";
+}
+.fa-fighter-jet:before {
+  content: "\f0fb";
+}
+.fa-beer:before {
+  content: "\f0fc";
+}
+.fa-h-square:before {
+  content: "\f0fd";
+}
+.fa-plus-square:before {
+  content: "\f0fe";
+}
+.fa-angle-double-left:before {
+  content: "\f100";
+}
+.fa-angle-double-right:before {
+  content: "\f101";
+}
+.fa-angle-double-up:before {
+  content: "\f102";
+}
+.fa-angle-double-down:before {
+  content: "\f103";
+}
+.fa-angle-left:before {
+  content: "\f104";
+}
+.fa-angle-right:before {
+  content: "\f105";
+}
+.fa-angle-up:before {
+  content: "\f106";
+}
+.fa-angle-down:before {
+  content: "\f107";
+}
+.fa-desktop:before {
+  content: "\f108";
+}
+.fa-laptop:before {
+  content: "\f109";
+}
+.fa-tablet:before {
+  content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+  content: "\f10b";
+}
+.fa-circle-o:before {
+  content: "\f10c";
+}
+.fa-quote-left:before {
+  content: "\f10d";
+}
+.fa-quote-right:before {
+  content: "\f10e";
+}
+.fa-spinner:before {
+  content: "\f110";
+}
+.fa-circle:before {
+  content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+  content: "\f112";
+}
+.fa-github-alt:before {
+  content: "\f113";
+}
+.fa-folder-o:before {
+  content: "\f114";
+}
+.fa-folder-open-o:before {
+  content: "\f115";
+}
+.fa-smile-o:before {
+  content: "\f118";
+}
+.fa-frown-o:before {
+  content: "\f119";
+}
+.fa-meh-o:before {
+  content: "\f11a";
+}
+.fa-gamepad:before {
+  content: "\f11b";
+}
+.fa-keyboard-o:before {
+  content: "\f11c";
+}
+.fa-flag-o:before {
+  content: "\f11d";
+}
+.fa-flag-checkered:before {
+  content: "\f11e";
+}
+.fa-terminal:before {
+  content: "\f120";
+}
+.fa-code:before {
+  content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+  content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+  content: "\f123";
+}
+.fa-location-arrow:before {
+  content: "\f124";
+}
+.fa-crop:before {
+  content: "\f125";
+}
+.fa-code-fork:before {
+  content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+  content: "\f127";
+}
+.fa-question:before {
+  content: "\f128";
+}
+.fa-info:before {
+  content: "\f129";
+}
+.fa-exclamation:before {
+  content: "\f12a";
+}
+.fa-superscript:before {
+  content: "\f12b";
+}
+.fa-subscript:before {
+  content: "\f12c";
+}
+.fa-eraser:before {
+  content: "\f12d";
+}
+.fa-puzzle-piece:before {
+  content: "\f12e";
+}
+.fa-microphone:before {
+  content: "\f130";
+}
+.fa-microphone-slash:before {
+  content: "\f131";
+}
+.fa-shield:before {
+  content: "\f132";
+}
+.fa-calendar-o:before {
+  content: "\f133";
+}
+.fa-fire-extinguisher:before {
+  content: "\f134";
+}
+.fa-rocket:before {
+  content: "\f135";
+}
+.fa-maxcdn:before {
+  content: "\f136";
+}
+.fa-chevron-circle-left:before {
+  content: "\f137";
+}
+.fa-chevron-circle-right:before {
+  content: "\f138";
+}
+.fa-chevron-circle-up:before {
+  content: "\f139";
+}
+.fa-chevron-circle-down:before {
+  content: "\f13a";
+}
+.fa-html5:before {
+  content: "\f13b";
+}
+.fa-css3:before {
+  content: "\f13c";
+}
+.fa-anchor:before {
+  content: "\f13d";
+}
+.fa-unlock-alt:before {
+  content: "\f13e";
+}
+.fa-bullseye:before {
+  content: "\f140";
+}
+.fa-ellipsis-h:before {
+  content: "\f141";
+}
+.fa-ellipsis-v:before {
+  content: "\f142";
+}
+.fa-rss-square:before {
+  content: "\f143";
+}
+.fa-play-circle:before {
+  content: "\f144";
+}
+.fa-ticket:before {
+  content: "\f145";
+}
+.fa-minus-square:before {
+  content: "\f146";
+}
+.fa-minus-square-o:before {
+  content: "\f147";
+}
+.fa-level-up:before {
+  content: "\f148";
+}
+.fa-level-down:before {
+  content: "\f149";
+}
+.fa-check-square:before {
+  content: "\f14a";
+}
+.fa-pencil-square:before {
+  content: "\f14b";
+}
+.fa-external-link-square:before {
+  content: "\f14c";
+}
+.fa-share-square:before {
+  content: "\f14d";
+}
+.fa-compass:before {
+  content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+  content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+  content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+  content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+  content: "\f153";
+}
+.fa-gbp:before {
+  content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+  content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+  content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+  content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+  content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+  content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+  content: "\f15a";
+}
+.fa-file:before {
+  content: "\f15b";
+}
+.fa-file-text:before {
+  content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+  content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+  content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+  content: "\f160";
+}
+.fa-sort-amount-desc:before {
+  content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+  content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+  content: "\f163";
+}
+.fa-thumbs-up:before {
+  content: "\f164";
+}
+.fa-thumbs-down:before {
+  content: "\f165";
+}
+.fa-youtube-square:before {
+  content: "\f166";
+}
+.fa-youtube:before {
+  content: "\f167";
+}
+.fa-xing:before {
+  content: "\f168";
+}
+.fa-xing-square:before {
+  content: "\f169";
+}
+.fa-youtube-play:before {
+  content: "\f16a";
+}
+.fa-dropbox:before {
+  content: "\f16b";
+}
+.fa-stack-overflow:before {
+  content: "\f16c";
+}
+.fa-instagram:before {
+  content: "\f16d";
+}
+.fa-flickr:before {
+  content: "\f16e";
+}
+.fa-adn:before {
+  content: "\f170";
+}
+.fa-bitbucket:before {
+  content: "\f171";
+}
+.fa-bitbucket-square:before {
+  content: "\f172";
+}
+.fa-tumblr:before {
+  content: "\f173";
+}
+.fa-tumblr-square:before {
+  content: "\f174";
+}
+.fa-long-arrow-down:before {
+  content: "\f175";
+}
+.fa-long-arrow-up:before {
+  content: "\f176";
+}
+.fa-long-arrow-left:before {
+  content: "\f177";
+}
+.fa-long-arrow-right:before {
+  content: "\f178";
+}
+.fa-apple:before {
+  content: "\f179";
+}
+.fa-windows:before {
+  content: "\f17a";
+}
+.fa-android:before {
+  content: "\f17b";
+}
+.fa-linux:before {
+  content: "\f17c";
+}
+.fa-dribbble:before {
+  content: "\f17d";
+}
+.fa-skype:before {
+  content: "\f17e";
+}
+.fa-foursquare:before {
+  content: "\f180";
+}
+.fa-trello:before {
+  content: "\f181";
+}
+.fa-female:before {
+  content: "\f182";
+}
+.fa-male:before {
+  content: "\f183";
+}
+.fa-gittip:before {
+  content: "\f184";
+}
+.fa-sun-o:before {
+  content: "\f185";
+}
+.fa-moon-o:before {
+  content: "\f186";
+}
+.fa-archive:before {
+  content: "\f187";
+}
+.fa-bug:before {
+  content: "\f188";
+}
+.fa-vk:before {
+  content: "\f189";
+}
+.fa-weibo:before {
+  content: "\f18a";
+}
+.fa-renren:before {
+  content: "\f18b";
+}
+.fa-pagelines:before {
+  content: "\f18c";
+}
+.fa-stack-exchange:before {
+  content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+  content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+  content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+  content: "\f191";
+}
+.fa-dot-circle-o:before {
+  content: "\f192";
+}
+.fa-wheelchair:before {
+  content: "\f193";
+}
+.fa-vimeo-square:before {
+  content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+  content: "\f195";
+}
+.fa-plus-square-o:before {
+  content: "\f196";
+}
+.fa-space-shuttle:before {
+  content: "\f197";
+}
+.fa-slack:before {
+  content: "\f198";
+}
+.fa-envelope-square:before {
+  content: "\f199";
+}
+.fa-wordpress:before {
+  content: "\f19a";
+}
+.fa-openid:before {
+  content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+  content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+  content: "\f19d";
+}
+.fa-yahoo:before {
+  content: "\f19e";
+}
+.fa-google:before {
+  content: "\f1a0";
+}
+.fa-reddit:before {
+  content: "\f1a1";
+}
+.fa-reddit-square:before {
+  content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+  content: "\f1a3";
+}
+.fa-stumbleupon:before {
+  content: "\f1a4";
+}
+.fa-delicious:before {
+  content: "\f1a5";
+}
+.fa-digg:before {
+  content: "\f1a6";
+}
+.fa-pied-piper:before {
+  content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+  content: "\f1a8";
+}
+.fa-drupal:before {
+  content: "\f1a9";
+}
+.fa-joomla:before {
+  content: "\f1aa";
+}
+.fa-language:before {
+  content: "\f1ab";
+}
+.fa-fax:before {
+  content: "\f1ac";
+}
+.fa-building:before {
+  content: "\f1ad";
+}
+.fa-child:before {
+  content: "\f1ae";
+}
+.fa-paw:before {
+  content: "\f1b0";
+}
+.fa-spoon:before {
+  content: "\f1b1";
+}
+.fa-cube:before {
+  content: "\f1b2";
+}
+.fa-cubes:before {
+  content: "\f1b3";
+}
+.fa-behance:before {
+  content: "\f1b4";
+}
+.fa-behance-square:before {
+  content: "\f1b5";
+}
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}
+.fa-recycle:before {
+  content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+  content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+  content: "\f1ba";
+}
+.fa-tree:before {
+  content: "\f1bb";
+}
+.fa-spotify:before {
+  content: "\f1bc";
+}
+.fa-deviantart:before {
+  content: "\f1bd";
+}
+.fa-soundcloud:before {
+  content: "\f1be";
+}
+.fa-database:before {
+  content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+  content: "\f1c1";
+}
+.fa-file-word-o:before {
+  content: "\f1c2";
+}
+.fa-file-excel-o:before {
+  content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+  content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+  content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+  content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+  content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+  content: "\f1c8";
+}
+.fa-file-code-o:before {
+  content: "\f1c9";
+}
+.fa-vine:before {
+  content: "\f1ca";
+}
+.fa-codepen:before {
+  content: "\f1cb";
+}
+.fa-jsfiddle:before {
+  content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+  content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+  content: "\f1ce";
+}
+.fa-ra:before,
+.fa-rebel:before {
+  content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+  content: "\f1d1";
+}
+.fa-git-square:before {
+  content: "\f1d2";
+}
+.fa-git:before {
+  content: "\f1d3";
+}
+.fa-hacker-news:before {
+  content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+  content: "\f1d5";
+}
+.fa-qq:before {
+  content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+  content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+  content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+  content: "\f1d9";
+}
+.fa-history:before {
+  content: "\f1da";
+}
+.fa-circle-thin:before {
+  content: "\f1db";
+}
+.fa-header:before {
+  content: "\f1dc";
+}
+.fa-paragraph:before {
+  content: "\f1dd";
+}
+.fa-sliders:before {
+  content: "\f1de";
+}
+.fa-share-alt:before {
+  content: "\f1e0";
+}
+.fa-share-alt-square:before {
+  content: "\f1e1";
+}
+.fa-bomb:before {
+  content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+  content: "\f1e3";
+}
+.fa-tty:before {
+  content: "\f1e4";
+}
+.fa-binoculars:before {
+  content: "\f1e5";
+}
+.fa-plug:before {
+  content: "\f1e6";
+}
+.fa-slideshare:before {
+  content: "\f1e7";
+}
+.fa-twitch:before {
+  content: "\f1e8";
+}
+.fa-yelp:before {
+  content: "\f1e9";
+}
+.fa-newspaper-o:before {
+  content: "\f1ea";
+}
+.fa-wifi:before {
+  content: "\f1eb";
+}
+.fa-calculator:before {
+  content: "\f1ec";
+}
+.fa-paypal:before {
+  content: "\f1ed";
+}
+.fa-google-wallet:before {
+  content: "\f1ee";
+}
+.fa-cc-visa:before {
+  content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+  content: "\f1f1";
+}
+.fa-cc-discover:before {
+  content: "\f1f2";
+}
+.fa-cc-amex:before {
+  content: "\f1f3";
+}
+.fa-cc-paypal:before {
+  content: "\f1f4";
+}
+.fa-cc-stripe:before {
+  content: "\f1f5";
+}
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}
+.fa-trash:before {
+  content: "\f1f8";
+}
+.fa-copyright:before {
+  content: "\f1f9";
+}
+.fa-at:before {
+  content: "\f1fa";
+}
+.fa-eyedropper:before {
+  content: "\f1fb";
+}
+.fa-paint-brush:before {
+  content: "\f1fc";
+}
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}
+.fa-area-chart:before {
+  content: "\f1fe";
+}
+.fa-pie-chart:before {
+  content: "\f200";
+}
+.fa-line-chart:before {
+  content: "\f201";
+}
+.fa-lastfm:before {
+  content: "\f202";
+}
+.fa-lastfm-square:before {
+  content: "\f203";
+}
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}
+.fa-ioxhost:before {
+  content: "\f208";
+}
+.fa-angellist:before {
+  content: "\f209";
+}
+.fa-cc:before {
+  content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+  content: "\f20b";
+}
+.fa-meanpath:before {
+  content: "\f20c";
+}

File diff suppressed because it is too large
+ 3 - 0
fontawesome/css/font-awesome.min.css


BIN
fontawesome/font/FontAwesome.otf


BIN
fontawesome/font/fontawesome-webfont.eot


File diff suppressed because it is too large
+ 196 - 0
fontawesome/font/fontawesome-webfont.svg


BIN
fontawesome/font/fontawesome-webfont.ttf


BIN
fontawesome/font/fontawesome-webfont.woff


+ 171 - 0
fontawesome/icon-migration.php

@@ -0,0 +1,171 @@
+<?php
+
+//https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4
+
+$icon_migrations = array(
+	'ban-circle' => 'ban',
+	'bar-chart' => 'bar-chart-o',
+	'beaker' => 'flask',
+	'bell' => 'bell-o',
+	'bell-alt' => 'bell',
+	'bitbucket-sign' => 'bitbucket-square',
+	'bookmark-empty' => 'bookmark-o',
+	'building' => 'building-o',
+	'calendar-empty' => 'calendar-o',
+	'check-empty' => 'square-o',
+	'check-minus' => 'minus-square-o',
+	'check-sign' => 'check-square',
+	'check' => 'check-square-o',
+	'chevron-sign-down' => 'chevron-down',
+	'chevron-sign-left' => 'chevron-left',
+	'chevron-sign-right' => 'chevron-right',
+	'chevron-sign-up' => 'chevron-up',
+	'circle-arrow-down' => 'arrow-circle-down',
+	'circle-arrow-left' => 'arrow-circle-left',
+	'circle-arrow-right' => 'arrow-circle-right',
+	'circle-arrow-up' => 'arrow-circle-up',
+	'circle-blank' => 'circle-o',
+	'cny' => 'rub',
+	'collapse-alt' => 'minus-square-o',
+	'collapse-top' => 'caret-square-o-up',
+	'collapse' => 'caret-square-o-down',
+	'comment-alt' => 'comment-o',
+	'comments-alt' => 'comments-o',
+	'copy' => 'files-o',
+	'cut' => 'scissors',
+	'dashboard' => 'tachometer',
+	'double-angle-down' => 'angle-double-down',
+	'double-angle-left' => 'angle-double-left',
+	'double-angle-right' => 'angle-double-right',
+	'double-angle-up' => 'angle-double-up',
+	'download' => 'arrow-circle-o-down',
+	'download-alt' => 'download',
+	'edit-sign' => 'pencil-square',
+	'edit' => 'pencil-square-o',
+	'ellipsis-horizontal' => 'ellipsis-h',
+	'ellipsis-vertical' => 'ellipsis-v',
+	'envelope-alt' => 'envelope-o',
+	'exclamation-sign' => 'exclamation-circle',
+	'expand-alt' => 'plus-square-o',
+	'expand' => 'caret-square-o-right',
+	'external-link-sign' => 'external-link-square',
+	'eye-close' => 'eye-slash',
+	'eye-open' => 'eye',
+	'facebook-sign' => 'facebook-square',
+	'facetime-video' => 'video-camera',
+	'file-alt' => 'file-o',
+	'file-text-alt' => 'file-text-o',
+	'flag-alt' => 'flag-o',
+	'folder-close-alt' => 'folder-o',
+	'folder-close' => 'folder',
+	'folder-open-alt' => 'folder-open-o',
+	'food' => 'cutlery',
+	'frown' => 'frown-o',
+	'fullscreen' => 'arrows-alt',
+	'github-sign' => 'github-square',
+	'google-plus-sign' => 'google-plus-square',
+	'group' => 'users',
+	'h-sign' => 'h-square',
+	'hand-down' => 'hand-o-down',
+	'hand-left' => 'hand-o-left',
+	'hand-right' => 'hand-o-right',
+	'hand-up' => 'hand-o-up',
+	'hdd' => 'hdd-o',
+	'heart-empty' => 'heart-o',
+	'hospital' => 'hospital-o',
+	'indent-left' => 'outdent',
+	'indent-right' => 'indent',
+	'info-sign' => 'info-circle',
+	'keyboard' => 'keyboard-o',
+	'legal' => 'gavel',
+	'lemon' => 'lemon-o',
+	'lightbulb' => 'lightbulb-o',
+	'linkedin-sign' => 'linkedin-square',
+	'meh' => 'meh-o',
+	'microphone-off' => 'microphone-slash',
+	'minus-sign-alt' => 'minus-square',
+	'minus-sign' => 'minus-circle',
+	'mobile-phone' => 'mobile',
+	'moon' => 'moon-o',
+	'move' => 'arrows',
+	'off' => 'power-off',
+	'ok-circle' => 'check-circle-o',
+	'ok-sign' => 'check-circle',
+	'ok' => 'check',
+	'paper-clip' => 'paperclip',
+	'paste' => 'clipboard',
+	'phone-sign' => 'phone-square',
+	'picture' => 'picture-o',
+	'pinterest-sign' => 'pinterest-square',
+	'play-circle' => 'play-circle-o',
+	'play-sign' => 'play-circle',
+	'plus-sign-alt' => 'plus-square',
+	'plus-sign' => 'plus-circle',
+	'pushpin' => 'thumb-tack',
+	'question-sign' => 'question-circle',
+	'remove-circle' => 'times-circle-o',
+	'remove-sign' => 'times-circle',
+	'remove' => 'times',
+	'reorder' => 'bars',
+	'resize-full' => 'expand',
+	'resize-horizontal' => 'arrows-h',
+	'resize-small' => 'compress',
+	'resize-vertical' => 'arrows-v',
+	'rss-sign' => 'rss-square',
+	'save' => 'floppy-o',
+	'screenshot' => 'crosshairs',
+	'share-alt' => 'share',
+	'share-sign' => 'share-square',
+	'share' => 'share-square-o',
+	'sign-blank' => 'square',
+	'signin' => 'sign-in',
+	'signout' => 'sign-out',
+	'smile' => 'smile-o',
+	'sort-by-alphabet-alt' => 'sort-alpha-desc',
+	'sort-by-alphabet' => 'sort-alpha-asc',
+	'sort-by-attributes-alt' => 'sort-amount-desc',
+	'sort-by-attributes' => 'sort-amount-asc',
+	'sort-by-order-alt' => 'sort-numeric-desc',
+	'sort-by-order' => 'sort-numeric-asc',
+	'sort-down' => 'sort-desc',
+	'sort-up' => 'sort-asc',
+	'stackexchange' => 'stack-overflow',
+	'star-empty' => 'star-o',
+	'star-half-empty' => 'star-half-o',
+	'sun' => 'sun-o',
+	'thumbs-down-alt' => 'thumbs-o-down',
+	'thumbs-up-alt' => 'thumbs-o-up',
+	'time' => 'clock-o',
+	'trash' => 'trash-o',
+	'tumblr-sign' => 'tumblr-square',
+	'twitter-sign' => 'twitter-square',
+	'unlink' => 'chain-broken',
+	'upload' => 'arrow-circle-o-up',
+	'upload-alt' => 'upload',
+	'warning-sign' => 'exclamation-triangle',
+	'xing-sign' => 'xing-square',
+	'youtube-sign' => 'youtube-square',
+	'zoom-in' => 'search-plus',
+	'zoom-out' => 'search-minus',
+);
+
+function migrate_fontawesome_icon( $current ){
+	global $icon_migrations;
+
+	if ( strpos( $current, 'icon-' ) === false ) {
+		return $current;
+	}
+
+	$old = preg_replace( '/^icon-/', '', $current );
+
+	if ( isset($icon_migrations[ $old ] ) ) {
+		$new = $icon_migrations[ $old ];
+	}
+	else {
+		$new = $old;
+	}
+
+	return 'fa fa-'. $new;
+}
+
+add_filter('vantage_fontawesome_icon_name', 'migrate_fontawesome_icon');

+ 16 - 0
fontawesome/icon-sections.php

@@ -0,0 +1,16 @@
+<?php
+
+return array(
+	'web_application_icons' => __( 'Web Application Icons', 'vantage' ),
+	'file_type_icons' => __( 'File Type Icons', 'vantage' ),
+	'spinner_icons' => __( 'Spinner Icons', 'vantage' ),
+	'form_control_icons' => __( 'Form Control Icons', 'vantage' ),
+	'payment_icons' => __( 'Payment Icons', 'vantage' ),
+	'chart_icons' => __( 'Chart Icons', 'vantage' ),
+	'currency_icons' => __( 'Currency Icons', 'vantage' ),
+	'text_editor_icons' => __( 'Text Editor Icons', 'vantage' ),
+	'directional_icons' => __( 'Directional Icons', 'vantage' ),
+	'video_player_icons' => __( 'Video Player Icons', 'vantage' ),
+	'brand_icons' => __( 'Brand Icons', 'vantage' ),
+	'medical_icons' => __( 'Medical Icons', 'vantage' ),
+);

+ 648 - 0
fontawesome/icons.php

@@ -0,0 +1,648 @@
+<?php
+
+return array(
+    'web_application_icons' => array(
+        0 => 'fa fa-adjust',
+        1 => 'fa fa-anchor',
+        2 => 'fa fa-archive',
+        3 => 'fa fa-area-chart',
+        4 => 'fa fa-arrows',
+        5 => 'fa fa-arrows-h',
+        6 => 'fa fa-arrows-v',
+        7 => 'fa fa-asterisk',
+        8 => 'fa fa-at',
+        9 => 'fa fa-automobile',
+        10 => 'fa fa-ban',
+        11 => 'fa fa-bank',
+        12 => 'fa fa-bar-chart',
+        13 => 'fa fa-bar-chart-o',
+        14 => 'fa fa-barcode',
+        15 => 'fa fa-bars',
+        16 => 'fa fa-beer',
+        17 => 'fa fa-bell',
+        18 => 'fa fa-bell-o',
+        19 => 'fa fa-bell-slash',
+        20 => 'fa fa-bell-slash-o',
+        21 => 'fa fa-bicycle',
+        22 => 'fa fa-binoculars',
+        23 => 'fa fa-birthday-cake',
+        24 => 'fa fa-bolt',
+        25 => 'fa fa-bomb',
+        26 => 'fa fa-book',
+        27 => 'fa fa-bookmark',
+        28 => 'fa fa-bookmark-o',
+        29 => 'fa fa-briefcase',
+        30 => 'fa fa-bug',
+        31 => 'fa fa-building',
+        32 => 'fa fa-building-o',
+        33 => 'fa fa-bullhorn',
+        34 => 'fa fa-bullseye',
+        35 => 'fa fa-bus',
+        36 => 'fa fa-cab',
+        37 => 'fa fa-calculator',
+        38 => 'fa fa-calendar',
+        39 => 'fa fa-calendar-o',
+        40 => 'fa fa-camera',
+        41 => 'fa fa-camera-retro',
+        42 => 'fa fa-car',
+        43 => 'fa fa-caret-square-o-down',
+        44 => 'fa fa-caret-square-o-left',
+        45 => 'fa fa-caret-square-o-right',
+        46 => 'fa fa-caret-square-o-up',
+        47 => 'fa fa-cc',
+        48 => 'fa fa-certificate',
+        49 => 'fa fa-check',
+        50 => 'fa fa-check-circle',
+        51 => 'fa fa-check-circle-o',
+        52 => 'fa fa-check-square',
+        53 => 'fa fa-check-square-o',
+        54 => 'fa fa-child',
+        55 => 'fa fa-circle',
+        56 => 'fa fa-circle-o',
+        57 => 'fa fa-circle-o-notch',
+        58 => 'fa fa-circle-thin',
+        59 => 'fa fa-clock-o',
+        60 => 'fa fa-close',
+        61 => 'fa fa-cloud',
+        62 => 'fa fa-cloud-download',
+        63 => 'fa fa-cloud-upload',
+        64 => 'fa fa-code',
+        65 => 'fa fa-code-fork',
+        66 => 'fa fa-coffee',
+        67 => 'fa fa-cog',
+        68 => 'fa fa-cogs',
+        69 => 'fa fa-comment',
+        70 => 'fa fa-comment-o',
+        71 => 'fa fa-comments',
+        72 => 'fa fa-comments-o',
+        73 => 'fa fa-compass',
+        74 => 'fa fa-copyright',
+        75 => 'fa fa-credit-card',
+        76 => 'fa fa-crop',
+        77 => 'fa fa-crosshairs',
+        78 => 'fa fa-cube',
+        79 => 'fa fa-cubes',
+        80 => 'fa fa-cutlery',
+        81 => 'fa fa-dashboard',
+        82 => 'fa fa-database',
+        83 => 'fa fa-desktop',
+        84 => 'fa fa-dot-circle-o',
+        85 => 'fa fa-download',
+        86 => 'fa fa-edit',
+        87 => 'fa fa-ellipsis-h',
+        88 => 'fa fa-ellipsis-v',
+        89 => 'fa fa-envelope',
+        90 => 'fa fa-envelope-o',
+        91 => 'fa fa-envelope-square',
+        92 => 'fa fa-eraser',
+        93 => 'fa fa-exchange',
+        94 => 'fa fa-exclamation',
+        95 => 'fa fa-exclamation-circle',
+        96 => 'fa fa-exclamation-triangle',
+        97 => 'fa fa-external-link',
+        98 => 'fa fa-external-link-square',
+        99 => 'fa fa-eye',
+        100 => 'fa fa-eye-slash',
+        101 => 'fa fa-eyedropper',
+        102 => 'fa fa-fax',
+        103 => 'fa fa-female',
+        104 => 'fa fa-fighter-jet',
+        105 => 'fa fa-file-archive-o',
+        106 => 'fa fa-file-audio-o',
+        107 => 'fa fa-file-code-o',
+        108 => 'fa fa-file-excel-o',
+        109 => 'fa fa-file-image-o',
+        110 => 'fa fa-file-movie-o',
+        111 => 'fa fa-file-pdf-o',
+        112 => 'fa fa-file-photo-o',
+        113 => 'fa fa-file-picture-o',
+        114 => 'fa fa-file-powerpoint-o',
+        115 => 'fa fa-file-sound-o',
+        116 => 'fa fa-file-video-o',
+        117 => 'fa fa-file-word-o',
+        118 => 'fa fa-file-zip-o',
+        119 => 'fa fa-film',
+        120 => 'fa fa-filter',
+        121 => 'fa fa-fire',
+        122 => 'fa fa-fire-extinguisher',
+        123 => 'fa fa-flag',
+        124 => 'fa fa-flag-checkered',
+        125 => 'fa fa-flag-o',
+        126 => 'fa fa-flash',
+        127 => 'fa fa-flask',
+        128 => 'fa fa-folder',
+        129 => 'fa fa-folder-o',
+        130 => 'fa fa-folder-open',
+        131 => 'fa fa-folder-open-o',
+        132 => 'fa fa-frown-o',
+        133 => 'fa fa-futbol-o',
+        134 => 'fa fa-gamepad',
+        135 => 'fa fa-gavel',
+        136 => 'fa fa-gear',
+        137 => 'fa fa-gears',
+        138 => 'fa fa-gift',
+        139 => 'fa fa-glass',
+        140 => 'fa fa-globe',
+        141 => 'fa fa-graduation-cap',
+        142 => 'fa fa-group',
+        143 => 'fa fa-hdd-o',
+        144 => 'fa fa-headphones',
+        145 => 'fa fa-heart',
+        146 => 'fa fa-heart-o',
+        147 => 'fa fa-history',
+        148 => 'fa fa-home',
+        149 => 'fa fa-image',
+        150 => 'fa fa-inbox',
+        151 => 'fa fa-info',
+        152 => 'fa fa-info-circle',
+        153 => 'fa fa-institution',
+        154 => 'fa fa-key',
+        155 => 'fa fa-keyboard-o',
+        156 => 'fa fa-language',
+        157 => 'fa fa-laptop',
+        158 => 'fa fa-leaf',
+        159 => 'fa fa-legal',
+        160 => 'fa fa-lemon-o',
+        161 => 'fa fa-level-down',
+        162 => 'fa fa-level-up',
+        163 => 'fa fa-life-bouy',
+        164 => 'fa fa-life-buoy',
+        165 => 'fa fa-life-ring',
+        166 => 'fa fa-life-saver',
+        167 => 'fa fa-lightbulb-o',
+        168 => 'fa fa-line-chart',
+        169 => 'fa fa-location-arrow',
+        170 => 'fa fa-lock',
+        171 => 'fa fa-magic',
+        172 => 'fa fa-magnet',
+        173 => 'fa fa-mail-forward',
+        174 => 'fa fa-mail-reply',
+        175 => 'fa fa-mail-reply-all',
+        176 => 'fa fa-male',
+        177 => 'fa fa-map-marker',
+        178 => 'fa fa-meh-o',
+        179 => 'fa fa-microphone',
+        180 => 'fa fa-microphone-slash',
+        181 => 'fa fa-minus',
+        182 => 'fa fa-minus-circle',
+        183 => 'fa fa-minus-square',
+        184 => 'fa fa-minus-square-o',
+        185 => 'fa fa-mobile',
+        186 => 'fa fa-mobile-phone',
+        187 => 'fa fa-money',
+        188 => 'fa fa-moon-o',
+        189 => 'fa fa-mortar-board',
+        190 => 'fa fa-music',
+        191 => 'fa fa-navicon',
+        192 => 'fa fa-newspaper-o',
+        193 => 'fa fa-paint-brush',
+        194 => 'fa fa-paper-plane',
+        195 => 'fa fa-paper-plane-o',
+        196 => 'fa fa-paw',
+        197 => 'fa fa-pencil',
+        198 => 'fa fa-pencil-square',
+        199 => 'fa fa-pencil-square-o',
+        200 => 'fa fa-phone',
+        201 => 'fa fa-phone-square',
+        202 => 'fa fa-photo',
+        203 => 'fa fa-picture-o',
+        204 => 'fa fa-pie-chart',
+        205 => 'fa fa-plane',
+        206 => 'fa fa-plug',
+        207 => 'fa fa-plus',
+        208 => 'fa fa-plus-circle',
+        209 => 'fa fa-plus-square',
+        210 => 'fa fa-plus-square-o',
+        211 => 'fa fa-power-off',
+        212 => 'fa fa-print',
+        213 => 'fa fa-puzzle-piece',
+        214 => 'fa fa-qrcode',
+        215 => 'fa fa-question',
+        216 => 'fa fa-question-circle',
+        217 => 'fa fa-quote-left',
+        218 => 'fa fa-quote-right',
+        219 => 'fa fa-random',
+        220 => 'fa fa-recycle',
+        221 => 'fa fa-refresh',
+        222 => 'fa fa-remove',
+        223 => 'fa fa-reorder',
+        224 => 'fa fa-reply',
+        225 => 'fa fa-reply-all',
+        226 => 'fa fa-retweet',
+        227 => 'fa fa-road',
+        228 => 'fa fa-rocket',
+        229 => 'fa fa-rss',
+        230 => 'fa fa-rss-square',
+        231 => 'fa fa-search',
+        232 => 'fa fa-search-minus',
+        233 => 'fa fa-search-plus',
+        234 => 'fa fa-send',
+        235 => 'fa fa-send-o',
+        236 => 'fa fa-share',
+        237 => 'fa fa-share-alt',
+        238 => 'fa fa-share-alt-square',
+        239 => 'fa fa-share-square',
+        240 => 'fa fa-share-square-o',
+        241 => 'fa fa-shield',
+        242 => 'fa fa-shopping-cart',
+        243 => 'fa fa-sign-in',
+        244 => 'fa fa-sign-out',
+        245 => 'fa fa-signal',
+        246 => 'fa fa-sitemap',
+        247 => 'fa fa-sliders',
+        248 => 'fa fa-smile-o',
+        249 => 'fa fa-soccer-ball-o',
+        250 => 'fa fa-sort',
+        251 => 'fa fa-sort-alpha-asc',
+        252 => 'fa fa-sort-alpha-desc',
+        253 => 'fa fa-sort-amount-asc',
+        254 => 'fa fa-sort-amount-desc',
+        255 => 'fa fa-sort-asc',
+        256 => 'fa fa-sort-desc',
+        257 => 'fa fa-sort-down',
+        258 => 'fa fa-sort-numeric-asc',
+        259 => 'fa fa-sort-numeric-desc',
+        260 => 'fa fa-sort-up',
+        261 => 'fa fa-space-shuttle',
+        262 => 'fa fa-spinner',
+        263 => 'fa fa-spoon',
+        264 => 'fa fa-square',
+        265 => 'fa fa-square-o',
+        266 => 'fa fa-star',
+        267 => 'fa fa-star-half',
+        268 => 'fa fa-star-half-empty',
+        269 => 'fa fa-star-half-full',
+        270 => 'fa fa-star-half-o',
+        271 => 'fa fa-star-o',
+        272 => 'fa fa-suitcase',
+        273 => 'fa fa-sun-o',
+        274 => 'fa fa-support',
+        275 => 'fa fa-tablet',
+        276 => 'fa fa-tachometer',
+        277 => 'fa fa-tag',
+        278 => 'fa fa-tags',
+        279 => 'fa fa-tasks',
+        280 => 'fa fa-taxi',
+        281 => 'fa fa-terminal',
+        282 => 'fa fa-thumb-tack',
+        283 => 'fa fa-thumbs-down',
+        284 => 'fa fa-thumbs-o-down',
+        285 => 'fa fa-thumbs-o-up',
+        286 => 'fa fa-thumbs-up',
+        287 => 'fa fa-ticket',
+        288 => 'fa fa-times',
+        289 => 'fa fa-times-circle',
+        290 => 'fa fa-times-circle-o',
+        291 => 'fa fa-tint',
+        292 => 'fa fa-toggle-down',
+        293 => 'fa fa-toggle-left',
+        294 => 'fa fa-toggle-off',
+        295 => 'fa fa-toggle-on',
+        296 => 'fa fa-toggle-right',
+        297 => 'fa fa-toggle-up',
+        298 => 'fa fa-trash',
+        299 => 'fa fa-trash-o',
+        300 => 'fa fa-tree',
+        301 => 'fa fa-trophy',
+        302 => 'fa fa-truck',
+        303 => 'fa fa-tty',
+        304 => 'fa fa-umbrella',
+        305 => 'fa fa-university',
+        306 => 'fa fa-unlock',
+        307 => 'fa fa-unlock-alt',
+        308 => 'fa fa-unsorted',
+        309 => 'fa fa-upload',
+        310 => 'fa fa-user',
+        311 => 'fa fa-users',
+        312 => 'fa fa-video-camera',
+        313 => 'fa fa-volume-down',
+        314 => 'fa fa-volume-off',
+        315 => 'fa fa-volume-up',
+        316 => 'fa fa-warning',
+        317 => 'fa fa-wheelchair',
+        318 => 'fa fa-wifi',
+        319 => 'fa fa-wrench',
+    ),
+    'file_type_icons' => array(
+        0 => 'fa fa-file',
+        1 => 'fa fa-file-archive-o',
+        2 => 'fa fa-file-audio-o',
+        3 => 'fa fa-file-code-o',
+        4 => 'fa fa-file-excel-o',
+        5 => 'fa fa-file-image-o',
+        6 => 'fa fa-file-movie-o',
+        7 => 'fa fa-file-o',
+        8 => 'fa fa-file-pdf-o',
+        9 => 'fa fa-file-photo-o',
+        10 => 'fa fa-file-picture-o',
+        11 => 'fa fa-file-powerpoint-o',
+        12 => 'fa fa-file-sound-o',
+        13 => 'fa fa-file-text',
+        14 => 'fa fa-file-text-o',
+        15 => 'fa fa-file-video-o',
+        16 => 'fa fa-file-word-o',
+        17 => 'fa fa-file-zip-o',
+    ),
+    'spinner_icons' => array(
+        0 => 'fa spinning icons example',
+        1 => 'fa fa-circle-o-notch',
+        2 => 'fa fa-cog',
+        3 => 'fa fa-gear',
+        4 => 'fa fa-refresh',
+        5 => 'fa fa-spinner',
+    ),
+    'form_control_icons' => array(
+        0 => 'fa fa-check-square',
+        1 => 'fa fa-check-square-o',
+        2 => 'fa fa-circle',
+        3 => 'fa fa-circle-o',
+        4 => 'fa fa-dot-circle-o',
+        5 => 'fa fa-minus-square',
+        6 => 'fa fa-minus-square-o',
+        7 => 'fa fa-plus-square',
+        8 => 'fa fa-plus-square-o',
+        9 => 'fa fa-square',
+        10 => 'fa fa-square-o',
+    ),
+    'payment_icons' => array(
+        0 => 'fa fa-cc-amex',
+        1 => 'fa fa-cc-discover',
+        2 => 'fa fa-cc-mastercard',
+        3 => 'fa fa-cc-paypal',
+        4 => 'fa fa-cc-stripe',
+        5 => 'fa fa-cc-visa',
+        6 => 'fa fa-credit-card',
+        7 => 'fa fa-google-wallet',
+        8 => 'fa fa-paypal',
+    ),
+    'chart_icons' => array(
+        0 => 'fa fa-area-chart',
+        1 => 'fa fa-bar-chart',
+        2 => 'fa fa-bar-chart-o',
+        3 => 'fa fa-line-chart',
+        4 => 'fa fa-pie-chart',
+    ),
+    'currency_icons' => array(
+        0 => 'fa fa-bitcoin',
+        1 => 'fa fa-btc',
+        2 => 'fa fa-cny',
+        3 => 'fa fa-dollar',
+        4 => 'fa fa-eur',
+        5 => 'fa fa-euro',
+        6 => 'fa fa-gbp',
+        7 => 'fa fa-ils',
+        8 => 'fa fa-inr',
+        9 => 'fa fa-jpy',
+        10 => 'fa fa-krw',
+        11 => 'fa fa-money',
+        12 => 'fa fa-rmb',
+        13 => 'fa fa-rouble',
+        14 => 'fa fa-rub',
+        15 => 'fa fa-ruble',
+        16 => 'fa fa-rupee',
+        17 => 'fa fa-shekel',
+        18 => 'fa fa-sheqel',
+        19 => 'fa fa-try',
+        20 => 'fa fa-turkish-lira',
+        21 => 'fa fa-usd',
+        22 => 'fa fa-won',
+        23 => 'fa fa-yen',
+    ),
+    'text_editor_icons' => array(
+        0 => 'fa fa-align-center',
+        1 => 'fa fa-align-justify',
+        2 => 'fa fa-align-left',
+        3 => 'fa fa-align-right',
+        4 => 'fa fa-bold',
+        5 => 'fa fa-chain',
+        6 => 'fa fa-chain-broken',
+        7 => 'fa fa-clipboard',
+        8 => 'fa fa-columns',
+        9 => 'fa fa-copy',
+        10 => 'fa fa-cut',
+        11 => 'fa fa-dedent',
+        12 => 'fa fa-eraser',
+        13 => 'fa fa-file',
+        14 => 'fa fa-file-o',
+        15 => 'fa fa-file-text',
+        16 => 'fa fa-file-text-o',
+        17 => 'fa fa-files-o',
+        18 => 'fa fa-floppy-o',
+        19 => 'fa fa-font',
+        20 => 'fa fa-header',
+        21 => 'fa fa-indent',
+        22 => 'fa fa-italic',
+        23 => 'fa fa-link',
+        24 => 'fa fa-list',
+        25 => 'fa fa-list-alt',
+        26 => 'fa fa-list-ol',
+        27 => 'fa fa-list-ul',
+        28 => 'fa fa-outdent',
+        29 => 'fa fa-paperclip',
+        30 => 'fa fa-paragraph',
+        31 => 'fa fa-paste',
+        32 => 'fa fa-repeat',
+        33 => 'fa fa-rotate-left',
+        34 => 'fa fa-rotate-right',
+        35 => 'fa fa-save',
+        36 => 'fa fa-scissors',
+        37 => 'fa fa-strikethrough',
+        38 => 'fa fa-subscript',
+        39 => 'fa fa-superscript',
+        40 => 'fa fa-table',
+        41 => 'fa fa-text-height',
+        42 => 'fa fa-text-width',
+        43 => 'fa fa-th',
+        44 => 'fa fa-th-large',
+        45 => 'fa fa-th-list',
+        46 => 'fa fa-underline',
+        47 => 'fa fa-undo',
+        48 => 'fa fa-unlink',
+    ),
+    'directional_icons' => array(
+        0 => 'fa fa-angle-double-down',
+        1 => 'fa fa-angle-double-left',
+        2 => 'fa fa-angle-double-right',
+        3 => 'fa fa-angle-double-up',
+        4 => 'fa fa-angle-down',
+        5 => 'fa fa-angle-left',
+        6 => 'fa fa-angle-right',
+        7 => 'fa fa-angle-up',
+        8 => 'fa fa-arrow-circle-down',
+        9 => 'fa fa-arrow-circle-left',
+        10 => 'fa fa-arrow-circle-o-down',
+        11 => 'fa fa-arrow-circle-o-left',
+        12 => 'fa fa-arrow-circle-o-right',
+        13 => 'fa fa-arrow-circle-o-up',
+        14 => 'fa fa-arrow-circle-right',
+        15 => 'fa fa-arrow-circle-up',
+        16 => 'fa fa-arrow-down',
+        17 => 'fa fa-arrow-left',
+        18 => 'fa fa-arrow-right',
+        19 => 'fa fa-arrow-up',
+        20 => 'fa fa-arrows',
+        21 => 'fa fa-arrows-alt',
+        22 => 'fa fa-arrows-h',
+        23 => 'fa fa-arrows-v',
+        24 => 'fa fa-caret-down',
+        25 => 'fa fa-caret-left',
+        26 => 'fa fa-caret-right',
+        27 => 'fa fa-caret-square-o-down',
+        28 => 'fa fa-caret-square-o-left',
+        29 => 'fa fa-caret-square-o-right',
+        30 => 'fa fa-caret-square-o-up',
+        31 => 'fa fa-caret-up',
+        32 => 'fa fa-chevron-circle-down',
+        33 => 'fa fa-chevron-circle-left',
+        34 => 'fa fa-chevron-circle-right',
+        35 => 'fa fa-chevron-circle-up',
+        36 => 'fa fa-chevron-down',
+        37 => 'fa fa-chevron-left',
+        38 => 'fa fa-chevron-right',
+        39 => 'fa fa-chevron-up',
+        40 => 'fa fa-hand-o-down',
+        41 => 'fa fa-hand-o-left',
+        42 => 'fa fa-hand-o-right',
+        43 => 'fa fa-hand-o-up',
+        44 => 'fa fa-long-arrow-down',
+        45 => 'fa fa-long-arrow-left',
+        46 => 'fa fa-long-arrow-right',
+        47 => 'fa fa-long-arrow-up',
+        48 => 'fa fa-toggle-down',
+        49 => 'fa fa-toggle-left',
+        50 => 'fa fa-toggle-right',
+        51 => 'fa fa-toggle-up',
+    ),
+    'video_player_icons' => array(
+        0 => 'fa fa-arrows-alt',
+        1 => 'fa fa-backward',
+        2 => 'fa fa-compress',
+        3 => 'fa fa-eject',
+        4 => 'fa fa-expand',
+        5 => 'fa fa-fast-backward',
+        6 => 'fa fa-fast-forward',
+        7 => 'fa fa-forward',
+        8 => 'fa fa-pause',
+        9 => 'fa fa-play',
+        10 => 'fa fa-play-circle',
+        11 => 'fa fa-play-circle-o',
+        12 => 'fa fa-step-backward',
+        13 => 'fa fa-step-forward',
+        14 => 'fa fa-stop',
+        15 => 'fa fa-youtube-play',
+    ),
+    'brand_icons' => array(
+        0 => 'fa report an issue with Adblock Plus',
+        1 => 'fa fa-adn',
+        2 => 'fa fa-android',
+        3 => 'fa fa-angellist',
+        4 => 'fa fa-apple',
+        5 => 'fa fa-behance',
+        6 => 'fa fa-behance-square',
+        7 => 'fa fa-bitbucket',
+        8 => 'fa fa-bitbucket-square',
+        9 => 'fa fa-bitcoin',
+        10 => 'fa fa-btc',
+        11 => 'fa fa-cc-amex',
+        12 => 'fa fa-cc-discover',
+        13 => 'fa fa-cc-mastercard',
+        14 => 'fa fa-cc-paypal',
+        15 => 'fa fa-cc-stripe',
+        16 => 'fa fa-cc-visa',
+        17 => 'fa fa-codepen',
+        18 => 'fa fa-css3',
+        19 => 'fa fa-delicious',
+        20 => 'fa fa-deviantart',
+        21 => 'fa fa-digg',
+        22 => 'fa fa-dribbble',
+        23 => 'fa fa-dropbox',
+        24 => 'fa fa-drupal',
+        25 => 'fa fa-empire',
+        26 => 'fa fa-facebook',
+        27 => 'fa fa-facebook-square',
+        28 => 'fa fa-flickr',
+        29 => 'fa fa-foursquare',
+        30 => 'fa fa-ge',
+        31 => 'fa fa-git',
+        32 => 'fa fa-git-square',
+        33 => 'fa fa-github',
+        34 => 'fa fa-github-alt',
+        35 => 'fa fa-github-square',
+        36 => 'fa fa-gittip',
+        37 => 'fa fa-google',
+        38 => 'fa fa-google-plus',
+        39 => 'fa fa-google-plus-square',
+        40 => 'fa fa-google-wallet',
+        41 => 'fa fa-hacker-news',
+        42 => 'fa fa-html5',
+        43 => 'fa fa-instagram',
+        44 => 'fa fa-ioxhost',
+        45 => 'fa fa-joomla',
+        46 => 'fa fa-jsfiddle',
+        47 => 'fa fa-lastfm',
+        48 => 'fa fa-lastfm-square',
+        49 => 'fa fa-linkedin',
+        50 => 'fa fa-linkedin-square',
+        51 => 'fa fa-linux',
+        52 => 'fa fa-maxcdn',
+        53 => 'fa fa-meanpath',
+        54 => 'fa fa-openid',
+        55 => 'fa fa-pagelines',
+        56 => 'fa fa-paypal',
+        57 => 'fa fa-pied-piper',
+        58 => 'fa fa-pied-piper-alt',
+        59 => 'fa fa-pinterest',
+        60 => 'fa fa-pinterest-square',
+        61 => 'fa fa-qq',
+        62 => 'fa fa-ra',
+        63 => 'fa fa-rebel',
+        64 => 'fa fa-reddit',
+        65 => 'fa fa-reddit-square',
+        66 => 'fa fa-renren',
+        67 => 'fa fa-share-alt',
+        68 => 'fa fa-share-alt-square',
+        69 => 'fa fa-skype',
+        70 => 'fa fa-slack',
+        71 => 'fa fa-slideshare',
+        72 => 'fa fa-soundcloud',
+        73 => 'fa fa-spotify',
+        74 => 'fa fa-stack-exchange',
+        75 => 'fa fa-stack-overflow',
+        76 => 'fa fa-steam',
+        77 => 'fa fa-steam-square',
+        78 => 'fa fa-stumbleupon',
+        79 => 'fa fa-stumbleupon-circle',
+        80 => 'fa fa-tencent-weibo',
+        81 => 'fa fa-trello',
+        82 => 'fa fa-tumblr',
+        83 => 'fa fa-tumblr-square',
+        84 => 'fa fa-twitch',
+        85 => 'fa fa-twitter',
+        86 => 'fa fa-twitter-square',
+        87 => 'fa fa-vimeo-square',
+        88 => 'fa fa-vine',
+        89 => 'fa fa-vk',
+        90 => 'fa fa-wechat',
+        91 => 'fa fa-weibo',
+        92 => 'fa fa-weixin',
+        93 => 'fa fa-windows',
+        94 => 'fa fa-wordpress',
+        95 => 'fa fa-xing',
+        96 => 'fa fa-xing-square',
+        97 => 'fa fa-yahoo',
+        98 => 'fa fa-yelp',
+        99 => 'fa fa-youtube',
+        100 => 'fa fa-youtube-play',
+        101 => 'fa fa-youtube-square',
+    ),
+    'medical_icons' => array(
+        0 => 'fa fa-ambulance',
+        1 => 'fa fa-h-square',
+        2 => 'fa fa-hospital-o',
+        3 => 'fa fa-medkit',
+        4 => 'fa fa-plus-square',
+        5 => 'fa fa-stethoscope',
+        6 => 'fa fa-user-md',
+        7 => 'fa fa-wheelchair',
+    ),
+);

BIN
fonts/fonts.eot


+ 0 - 15
fonts/fonts.svg

@@ -1,15 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="512">
-<font-face units-per-em="512" ascent="480" descent="-32" />
-<missing-glyph horiz-adv-x="512" />
-<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
-<glyph unicode="&#xe600;" d="M0 310.4l256-256 256 256-83.2 84.8-172.8-172.8-172.8 172.8-83.2-84.8z" />
-<glyph unicode="&#xe601;" d="M342.4 480l-256-256 256-256 84.8 83.2-172.8 172.8 172.8 172.8-84.8 83.2z" />
-<glyph unicode="&#xe602;" d="M169.6-32l256 256-256 256-84.8-83.2 172.8-172.8-172.8-172.8 84.8-83.2z" />
-<glyph unicode="&#xe603;" d="M512 137.6l-256 256-256-256 83.2-84.8 172.8 172.8 172.8-172.8 83.2 84.8z" />
-<glyph unicode="&#xe604;" d="M321.6 416c70.4 0 126.4-57.6 126.4-126.4s-57.6-126.4-126.4-126.4-126.4 57.6-126.4 126.4 56 126.4 126.4 126.4zM321.6 480c-105.6 0-192-84.8-192-190.4s84.8-190.4 190.4-190.4 192 84.8 192 190.4-84.8 190.4-190.4 190.4v0zM124.828 156.599l63.356-63.356-123.318-123.318-63.356 63.356 123.318 123.318z" />
-</font></defs></svg>

BIN
fonts/fonts.ttf


BIN
fonts/fonts.woff


+ 10 - 0
functions.php

@@ -61,6 +61,7 @@ function hemingway_load_style() {
 	if ( !is_admin() ) {
 	    wp_enqueue_style( 'hemingway_googleFonts', '//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Raleway:700,400' );
 	    wp_enqueue_style( 'hemingway_style', get_stylesheet_uri() );
+	    wp_enqueue_style( 'LCM_social_fonts', get_styleLCM_uri() );
 	}
 }
 
@@ -452,4 +453,13 @@ add_action( 'wp_head' , array( 'Hemingway_Customize' , 'header_output' ) );
 // Enqueue live preview javascript in Theme Customizer admin screen
 add_action( 'customize_preview_init' , array( 'Hemingway_Customize' , 'live_preview' ) );
 
+
+function get_styleLCM_uri() {
+        $stylesheet_dir_uri = get_stylesheet_directory_uri();
+        $stylesheet_uri = $stylesheet_dir_uri . '/fontawesome/css/font-awesome.css?ver=4.2.0';
+        return apply_filters( 'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );
+}
+
+
+
 ?>

+ 0 - 7
style.css

@@ -297,13 +297,6 @@ font-size: 18px;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
 }
 
-@font-face{
-	font-family: 'lcm-social-fonts';
-	src: url('fonts/fonts.eot');
-	src: url('fonts/fonts.eot?#iefix') format('embedded-opentype'), url('fonts/fonts.woff') format('woff'), url('fonts/fonts.ttf?') format('truetype'), url('fonts/fonts.svg') format('svg');
-	font-weight: normal;
-	font-style: normal;
-}
 .fa-facebook:before {
 	content: "\f09a";
 }

+ 1 - 1
widgets/social-widget.php

@@ -29,13 +29,13 @@ class LCM_Social_Media_Widget extends WP_Widget{
 		if(!empty($instance['title'])) {
 			echo $args['before_title'].$instance['title'].$args['after_title'];
 		}
-
 		foreach($this->networks as $id => $name) {
 			if(!empty($instance[$id])) {
 				?><a class="social-media-icon social-media-icon-<?php echo $id ?> social-media-icon-<?php echo esc_attr($instance['size']) ?>" href="<?php echo esc_url( $instance[$id], array('http', 'https', 'mailto', 'skype') ) ?>" title="<?php echo esc_html( get_bloginfo('name') . ' ' . $name ) ?>" <?php if(!empty($instance['new_window'])) echo 'target="_blank"'; ?>><?php
 
 				$icon = apply_filters('social_widget_icon_'.$id, '');
 				if(!empty($icon)) echo $icon;
+
 				else echo '<span class="fa fa-' . $id . '"></span>';
 
 				?></a><?php

Some files were not shown because too many files changed in this diff