File: //proc/self/cwd/wp-content/plugins/bold-page-builder/css/front_end/base.css
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src:url('../../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FontAwesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}  
[data-ico-fa]:before {
  font-family: FontAwesome;
  content: attr(data-ico-fa);
}
[data-ico-s7]:before {
  font-family: Icon7Stroke;
  content: attr(data-ico-s7);
}