@font-face {
    font-family: 'Yeezy';
    src: url('/fonts/Yeezy/yeezy_tstar-regular-webfont.eot');
    src: url('/fonts/Yeezy/yeezy_tstar-regular-webfont.woff') format('woff'),
         url('/fonts/Yeezy/yeezy_tstar-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Yeezy';
    src: url('/fonts/Yeezy/yeezy_tstar-bold-webfont.eot');
    src: url('/fonts/Yeezy/yeezy_tstar-bold-webfont.woff') format('woff'),
         url('/fonts/Yeezy/yeezy_tstar-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Yeezy';
    src: url('/fonts/Yeezy/yeezy_tstar-heavy-webfont.eot');
    src: url('/fonts/Yeezy/yeezy_tstar-heavy-webfont.woff') format('woff'),
         url('/fonts/Yeezy/yeezy_tstar-heavy-webfont.ttf') format('truetype');
    font-weight: 900; /* or you can use 'bolder' */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Yeezy';
    src: url('/fonts/Yeezy/yeezy_tstar-light-webfont.eot');
    src: url('/fonts/Yeezy/yeezy_tstar-light-webfont.woff') format('woff'),
         url('/fonts/Yeezy/yeezy_tstar-light-webfont.ttf') format('truetype');
    font-weight: 300; /* or you can use 'lighter' */
    font-style: normal;
  }