@font-face {
  font-family: 'CowIcons';
  src: url('fonts/CowIcons.woff2') format('woff2'),
       url('fonts/CowIcons.woff') format('woff'),
       url('fonts/CowIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cowicon-"], [class*=" cowicon-"] {
  font-family: 'CowIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cowicon-cow:before {
  content: "\fad3";
}
