@font-face {

	font-family: "myfont";

	src:   url("../fonts/Merriweather Light.ttf") format("truetype"),

		url("../fonts/Merriweather-Bold.ttf") format("truetype"),

		url("../fonts/Merriweather-Italic.ttf") format("truetype"),

		url("../fonts/Merriweather-Regular.ttf") format("truetype")



		;

  }

  body,.heading--font,.body--font,p,a,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,li,span,small,div,button,.prize,html,button,input,select,textarea,code,kbd,pre,samp {
	  font-family: "myfont" !important;
  }
