@font-face {
  	font-family: 'Prompt';
  	src: url('Prompt-Light.eot');					/* IE9 Compat Modes */
	src: url('Prompt-Light.eot?#iefix') format('embedded-opentype'),	/* IE6-IE8 */
       	url('Prompt-Light.woff2') format('woff2'), 			/* Super Modern Browsers Chrome, Firefox*/
       	url('Prompt-Light.woff') format('woff'), 				/* Pretty Modern Browsers IE11*/
       	url('Prompt-Light.ttf')  format('truetype'), 			/* Safari, Android, iOS */
       	url('Prompt-Light.svg#svgFontName') format('svg'); 		/* Legacy iOS */
}

.promptfont {
  font-family: 'Prompt';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}