/*
      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: "The Mix-";;

*/

@font-face{
    font-family: "The Mix-";
    src: url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.eot");
    src: url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/055f6aae4598424b7d29e4f9e4dea86c.svg#The Mix-")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
