/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>is licensed by CC BY 4.0</div>
      OR
      <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>

      CSS rules to specify fonts

      font-family: "Como W01 Heavy";;

*/

@font-face{
    font-family: "Como W01 Heavy";
    src: url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.eot");
    src: url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/7bcd455b5591df3cb4292491087801fb.svg#Como W01 Heavy")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
