@font-face {
    font-family: 'gcpeditorpro';
    src: url('fonts/gcpeditorpro.eot');
    src: url('fonts/gcpeditorpro.eot?#iefix') format('embedded-opentype'),
         url('fonts/gcpeditorpro.woff') format('woff'),
         url('fonts/gcpeditorpro.ttf') format('truetype'),
         url('fonts/gcpeditorpro.svg#gcpeditorpro') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gcp-editor-pro-icon:before{
   position: relative;
   top: 1px;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gcpeditorpro' !important;
  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;
}
.gcp-editor-pro-icon:before{
  content:'\0041';
}