@font-face {
  font-family: 'LetterGothicStd';
  src: url('fonts/LetterGothicStd.woff')  format('woff'),
  url('fonts/LetterGothicStd.woff2')  format('woff2');
}

@font-face {
  font-family: 'LetterGothicStd';
  src: url('fonts/LetterGothicStd-Slanted.woff')  format('woff'),
  url('fonts/LetterGothicStd-Slanted.woff2')  format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'LetterGothicStd';
  src: url('fonts/LetterGothicStd-BoldSlanted.woff')  format('woff'),
  url('fonts/LetterGothicStd-BoldSlanted.woff2')  format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'LetterGothicStd-Bold';
  src: url('fonts/LetterGothicStd-Bold.woff')  format('woff'),
  url('fonts/LetterGothicStd-Bold.woff2')  format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter-Condensed.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch : condensed;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter-CondensedBold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch : condensed;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter-CondensedLight.ttf')  format('truetype');
  font-weight: normal;
  font-weight: 300;
  font-stretch : condensed;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('fonts/AmericanTypewriter-Light.ttf')  format('truetype');
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
}
