stylesheet.css 231 B

123456789
  1. @font-face {
  2. font-family: 'CorporateESC';
  3. src: url('CorporateESC-Bold.woff2') format('woff2'),
  4. url('CorporateESC-Bold.woff') format('woff');
  5. font-weight: bold;
  6. font-style: normal;
  7. font-display: swap;
  8. }