marketing

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

overpass2.css (1393B)


      1 @font-face {
      2     font-family: 'Overpass 2';
      3     font-style: normal;
      4     font-weight: 700;
      5     font-display: auto;
      6     src: url('overpass2-bold.woff') format('woff');
      7 }
      8 
      9 @font-face {
     10     font-family: 'Overpass 2';
     11     font-style: italic;
     12     font-weight: 700;
     13     font-display: auto;
     14     src: url('overpass2-bolditalic.woff') format('woff');
     15 }
     16 
     17 @font-face {
     18     font-family: 'Overpass 2';
     19     font-style: normal;
     20     font-weight: 500;
     21     font-display: auto;
     22     src: url('overpass2-regular.woff') format('woff');
     23 }
     24 
     25 @font-face {
     26     font-family: 'Overpass 2';
     27     font-style: italic;
     28     font-weight: 500;
     29     font-display: auto;
     30     src: url('overpass2-italic.woff') format('woff');
     31 }
     32 
     33 @font-face {
     34     font-family: 'Overpass 2';
     35     font-style: normal;
     36     font-weight: normal;
     37     font-display: auto;
     38     src: url('overpass2-light.woff') format('woff');
     39 }
     40 
     41 @font-face {
     42     font-family: 'Overpass 2';
     43     font-style: italic;
     44     font-weight: normal;
     45     font-display: auto;
     46     src: url('overpass2-lightitalic.woff') format('woff');
     47 }
     48 
     49 @font-face {
     50     font-family: 'Overpass 2';
     51     font-style: normal;
     52     font-weight: 300;
     53     font-display: auto;
     54     src: url('overpass2-extralight.woff') format('woff');
     55 }
     56 
     57 @font-face {
     58     font-family: 'Overpass 2';
     59     font-style: italic;
     60     font-weight: 300;
     61     font-display: auto;
     62     src: url('overpass2-extralightitalic.woff') format('woff');
     63 }