@font-face {
  font-family: "wrzucinfo";
  src:
    url("fonts/wrzucinfo.woff2") format("woff2"),
    url("fonts/wrzucinfo.ttf") format("truetype"),
    url("fonts/wrzucinfo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wi-icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "wrzucinfo" !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;
}
