@font-face {
  font-family: "Academicons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/vendor/fonts/academicons.woff") format("woff"),
    url("/vendor/fonts/academicons.ttf") format("truetype");
}

.ai {
  font-family: "Academicons";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.ai-google-scholar:before {
  content: "\e9d4";
}
