Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
960 B

5 years ago
  1. @font-face {
  2. font-family: 'MercuryAcdr';
  3. src: url('MercuryTextG1-Roman.eot'),
  4. url('MercuryTextG1-Roman.woff') format('woff'),
  5. url('MercuryTextG1-Roman.ttf') format('truetype'),
  6. url('MercuryTextG1-Roman.svg') format('svg');
  7. font-style: normal;
  8. font-weight: normal;
  9. }
  10. @font-face {
  11. font-family: 'MercuryAcdr';
  12. src: url('MercuryTextG1-Bold.eot'),
  13. url('MercuryTextG1-Bold.woff') format('woff'),
  14. url('MercuryTextG1-Bold.ttf') format('truetype'),
  15. url('MercuryTextG1-Bold.svg') format('svg');
  16. font-style: normal;
  17. font-weight: bold;
  18. }
  19. @font-face {
  20. font-family: 'MercuryAcdr';
  21. src: url('MercuryTextG1-Italic.eot'),
  22. url('MercuryTextG1-Italic.woff') format('woff'),
  23. url('MercuryTextG1-Italic.ttf') format('truetype'),
  24. url('MercuryTextG1-Italic.svg') format('svg');
  25. font-style: italic;
  26. font-weight: normal;
  27. }
  28. *, h1, h2, h3, h4, h5, h6, p, a, span, input, label {
  29. font-family: MercuryAcdr, Source Sans Pro,sans-serif;
  30. }