marketing

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

lato.css (599B)


      1 @font-face {
      2   font-family: 'Lato';
      3   font-style: normal;
      4   font-weight: 400;
      5   font-display: auto;
      6   src: url('lato-regular.woff') format('woff');
      7 }
      8 @font-face {
      9   font-family: 'Lato';
     10   font-style: normal;
     11   font-weight: 700;
     12   font-display: auto;
     13   src: url('lato-bold.woff') format('woff');
     14 }
     15 @font-face {
     16   font-family: 'Lato';
     17   font-style: italic;
     18   font-weight: 400;
     19   font-display: auto;
     20   src: url('lato-italic.woff') format('woff');
     21 }
     22 @font-face {
     23   font-family: 'Lato';
     24   font-style: italic;
     25   font-weight: 700;
     26   font-display: auto;
     27   src: url('lato-bolditalic.woff') format('woff');
     28 }