/*
      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: "Old Standard TT Regular";
      font-family: "Courgette";
      ;

*/

@font-face{
    font-family: "Old Standard TT Regular";
    src: url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.eot");
    src: url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/237293cc1e2034cb6e15440d2ad66297.svg#Old Standard TT Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Courgette";
    src: url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.eot");
    src: url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/909ea5323764b3b3a2bfaec08e035a4e.svg#Courgette")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
