@font-face { font-family: "font1"; src: url('font.otf'); }
@font-face { font-family: "font2"; src: url('fontbold.otf'); }
html,body{font-family:"font1";margin:0;padding:0;overflow-x: hidden; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;background-color:#EEEEEE; }