/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */

/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * www.maucherconsult.com (monthly pageviews: <50K)
 * www.maucherconstruction.com (monthly pageviews: <50K)
 * www.mauchercreation.com (monthly pageviews: <50K)
 *
 */

/* complete */

@font-face {
  font-family: "LetteraTextLLWeb-Light";
  src: url("LetteraTextLLWeb-Light.woff") format("woff");
}

@font-face {
  font-family: "LetteraTextLLWeb-Light";
  src: url("LetteraTextLLWeb-Light.woff2") format("woff2");
}

@font-face {
  font-family: "LetteraTextLLWeb-Regular";
  src: url("LetteraTextLLWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "LetteraTextLLWeb-Regular";
  src: url("LetteraTextLLWeb-Regular.woff2") format("woff2");
}


/* subset */

@font-face {
  font-family: "LetteraTextLLSub-LightSubset";
  src: url("LetteraTextLLSub-LightSubset.woff2") format("woff2");
}

@font-face {
  font-family: "LetteraTextLLSub-LightSubset";
  src: url("LetteraTextLLSub-LightSubset.woff") format("woff");
}

@font-face {
  font-family: "LetteraTextLLSub-RegularSubset";
  src: url("LetteraTextLLSub-RegularSubset.woff2") format("woff2");
}

@font-face {
  font-family: "LetteraTextLLSub-RegularSubset";
  src: url("LetteraTextLLSub-RegularSubset.woff") format("woff");
}


