marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

overpass.css (506B)


      1 @font-face {
      2     font-family: 'Overpass';
      3     font-style: normal;
      4     font-weight: bold;
      5     font-display: auto;
      6     src: url('overpass-bold.woff') format('woff');
      7 }
      8 
      9 @font-face {
     10     font-family: 'Overpass';
     11     font-style: normal;
     12     font-weight: 500;
     13     font-display: auto;
     14     src: url('overpass-regular.woff') format('woff');
     15 }
     16 
     17 @font-face {
     18     font-family: 'Overpass';
     19     font-style: normal;
     20     font-weight: normal;
     21     font-display: auto;
     22     src: url('overpass-light.woff') format('woff');
     23 }
     24