@font-face {
  font-family: 'cv-iconfont';
  src:  url('../../fonts/cv-iconfont.eot?1qt3lv');
  src:  url('../../fonts/cv-iconfont.eot?1qt3lv#iefix') format('embedded-opentype'),
    url('../../fonts/cv-iconfont.ttf?1qt3lv') format('truetype'),
    url('../../fonts/cv-iconfont.woff?1qt3lv') format('woff'),
    url('../../fonts/cv-iconfont.svg?1qt3lv#cv-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cv-iconfont' !important;
  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-linkedin-square:before {
  content: "\6c";
}
.icon-github:before {
  content: "\67";
}
.icon-envelope:before {
  content: "\65";
}
