stylesheet.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* Regular */
  2. @font-face {
  3. font-family: 'League Gothic';
  4. src: url('leaguegothic-regular-webfont.eot');
  5. src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
  6. url('leaguegothic-regular-webfont.woff') format('woff'),
  7. url('leaguegothic-regular-webfont.ttf') format('truetype'),
  8. url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. /* Italic */
  13. @font-face {
  14. font-family: 'League Gothic';
  15. src: url('leaguegothic-italic-webfont.eot');
  16. src: url('leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
  17. url('leaguegothic-italic-webfont.woff') format('woff'),
  18. url('leaguegothic-italic-webfont.ttf') format('truetype'),
  19. url('leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
  20. font-weight: normal;
  21. font-style: italic;
  22. }
  23. /* Condensed */
  24. @font-face {
  25. font-family: 'League Gothic Condensed';
  26. src: url('leaguegothic-condensed-regular-webfont.eot');
  27. src: url('leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
  28. url('leaguegothic-condensed-regular-webfont.woff') format('woff'),
  29. url('leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
  30. url('leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
  31. font-weight: normal;
  32. font-style: normal;
  33. }
  34. /* Condensed Italic */
  35. @font-face {
  36. font-family: 'League Gothic Condensed';
  37. src: url('leaguegothic-condensed-italic-webfont.eot');
  38. src: url('leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
  39. url('leaguegothic-condensed-italic-webfont.woff') format('woff'),
  40. url('leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
  41. url('leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
  42. font-weight: normal;
  43. font-style: italic;
  44. }