/*

	Include fonts using @font-face, as below:

	Be sure to have fonts in .eot, .woff, .ttf and .svg formats.

	Where possible, fonts can be optimised by using the unicode-range property to load only specific characters, reducing the load. Check out http://www.w3.org/TR/css3-fonts/#font-prop-desc

	Fonts can sometimes play up due to cross-domain restrictions - see http://www.w3.org/TR/css3-fonts/#font-fetching-requirements

*/

@font-face {

  font-family: 'testFont';

  src: url("../font/ufonts.com_p22-garamouche.woff") format("woff");

  /* Optional properties */

  font-weight: normal;

  font-style: normal;

  font-stretch: condensed;

}

/* Then, use the font on DOM elements like */

#some_element {

  font-family: 'testFont', sans-serif;

  /* Be sure to fall back to web safe fonts */

}



/*# sourceMappingURL=font.css.map */

