@font-face {
  font-family:"Goudy Old Style Regular";

  src:url('../fonts/Goudy_Old_Style_Regular.eot'),
      url('../fonts/Goudy_Old_Style_Regular.woff') format('woff'),
      url('../fonts/Goudy_Old_Style_Regular.ttf') format('truetype'),
      url('../fonts/Goudy_Old_Style_Regular.svg') format('svg');
}

@font-face {
    font-family: 'smileShare';
    src:url('../fonts/smileShare_-ivnc7p.eot');
    src:url('../fonts/smileShare.eot') format('embedded-opentype'),
    url('../fonts/smileShare_-ivnc7p.woff') format('woff'),
    url('../fonts/smileShare_-ivnc7p.ttf') format('truetype'),
    url('../fonts/smileShare_-ivnc7p-smileShare.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="shareicon-"], [class*=" shareicon-"] {
    font-family: 'smileShare';
    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;
}

.shareicon-google-plus:before {
    content: "\ea88";
}

.shareicon-facebook:before {
    content: "\ea8c";
}

.shareicon-twitter:before {
    content: "\ea91";
}