	@font-face {  
	  font-family: VAGRoundedStd-Thin	  ;  
	  src: url(../VAGRoundedStd-Thin.otf ) format("opentype");  
	}  
	 
	/* Then use it like you would any other font */  
	.yourFontName { font-family: VAGRoundedStd-Thin , verdana, helvetica, sans-serif;  
	} 