aaargh.css 636 B

12345678910111213141516171819
  1. @font-face {
  2. font-family: 'Aaargh';
  3. src: url('aaargh_cyrillic.eot');
  4. src: url('aaargh_cyrillic.eot?#iefix') format('embedded-opentype'),
  5. url('aaargh_cyrillic.woff') format('woff'),
  6. url('aaargh_cyrillic.ttf') format('truetype');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'Aaargh';
  12. src: url('aaargh_cyrillic_bold.eot');
  13. src: url('aaargh_cyrillic_bold.eot?#iefix') format('embedded-opentype'),
  14. url('aaargh_cyrillic_bold.woff') format('woff'),
  15. url('aaargh_cyrillic_bold.ttf') format('truetype');
  16. font-weight: bold;
  17. font-style: normal;
  18. }