@font-face {
  font-family: 'myfont';
  src: url('/Content/fonts/iransans_ultralight.woff') format('woff');
  font-style:normal;
  font-weight:normal;
}

body,h1,h2,h3,h4,h5,h6, p, div {
	font-family: 'myfont' !important;
}

.myFont {
	font-family: 'myfont' !important;
}