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.

49 lines
1.6 KiB

5 years ago
  1. @font-face {
  2. font-family: 'MercuryAcdr';
  3. src: url('{{ asset('/fonts/MercuryTextG1-Roman.eot')}}'),
  4. url('{{ asset('/fonts/MercuryTextG1-Roman.woff')}}') format('woff'),
  5. url('{{ asset('/fonts/MercuryTextG1-Roman.ttf')}}') format('truetype'),
  6. url('{{ asset('/fonts/MercuryTextG1-Roman.svg')}}') format('svg');
  7. font-style: normal;
  8. font-weight: normal;
  9. }
  10. @font-face {
  11. font-family: 'MercuryAcdr';
  12. src: url('{{ asset('/fonts/MercuryTextG1-Bold.eot')}}'),
  13. url('{{ asset('/fonts/MercuryTextG1-Bold.woff')}}') format('woff'),
  14. url('{{ asset('/fonts/MercuryTextG1-Bold.ttf')}}') format('truetype'),
  15. url('{{ asset('/fonts/MercuryTextG1-Bold.svg')}}') format('svg');
  16. font-style: normal;
  17. font-weight: bold;
  18. }
  19. @font-face {
  20. font-family: 'MercuryAcdr';
  21. src: url('{{ asset('/fonts/MercuryTextG1-Italic.eot')}}'),
  22. url('{{ asset('/fonts/MercuryTextG1-Italic.woff')}}') format('woff'),
  23. url('{{ asset('/fonts/MercuryTextG1-Italic.ttf')}}') format('truetype'),
  24. url('{{ asset('/fonts/MercuryTextG1-Italic.svg')}}') format('svg');
  25. font-style: italic;
  26. font-weight: normal;
  27. }
  28. @font-face {
  29. font-family: 'FGrotesk';
  30. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Regular.otf');
  31. font-style: normal;
  32. font-weight: normal;
  33. }
  34. @font-face {
  35. font-family: 'FGrotesk';
  36. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Bold.otf');
  37. font-style: normal;
  38. font-weight: bold;
  39. }
  40. @font-face {
  41. font-family: 'FGrotesk';
  42. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-RegularItalic.otf');
  43. font-style: italic;
  44. font-weight: normal;
  45. }