/*
woff2: Super Modern Browsers
woff: Modern Browsers
ttf: Safari, Android, iOS
*/

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