/*
      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: "woodmart-font";;

*/

@font-face{
    font-family: "woodmart-font";
    src: url("../t/f890eea2e91e1270ce7109e36a42260a.eot");
    src: url("../t/f890eea2e91e1270ce7109e36a42260a.eot#iefix")format("embedded-opentype"),
        url("../t/f890eea2e91e1270ce7109e36a42260a.woff")format("woff"),
        url("../t/f890eea2e91e1270ce7109e36a42260a.woff2")format("woff2"),
        url("../t/f890eea2e91e1270ce7109e36a42260a.ttf")format("truetype"),
        url("../t/f890eea2e91e1270ce7109e36a42260a.svg")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}