body{
	font-family: 'AntonRegular'
}
@font-face{
    font-family: 'AntonRegular';
    src:url('../font/fzxqft.eot'),url('../font/fzxqft.woff'),
    url('../font/fzxqft.ttf');
    src:url('../font/anton-webfont.eot?#iefix') format('embedded-opentype'), 
          url('../font/fzxqft.woff') format('woff'), 
          url('/font/fzxqft.ttf') format('truetype'),
          url('../font/anton-webfont.svg#antonregular') format('svg');
          font-weight:normal;
          font-style:normal;
    }
    .box{
		font-family: 'AntonRegular'    	
    }
    input,select{
		font-family: 'AntonRegular'    	
    }
    select{
    	background: white;
    }
