@font-face {
  font-family: 'wpbingofont';
  src: url('./wpbingo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class*=" wpb-icon-"], [class^=wpb-icon-] {
  font-family: "wpbingofont";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpb-icon-magnifying-glass:before{
  content: "\e90b";
}