html - @font-face iPad not working -
html - @font-face iPad not working -      i'm using  next code embed webfont:    @font-face {     font-family: 'latoregular';     src: url('lato-reg-webfont.eot');     src: url('lato-reg-webfont.eot?#iefix') format('embedded-opentype'),          url('lato-reg-webfont.woff') format('woff'),          url('lato-reg-webfont.ttf') format('truetype'),          url('lato-reg-webfont.svg#latoregular') format('svg');     font-weight: normal;     font-style: normal;  }    it works on apart ipad, on ipad shows back-up font instead, i'm finding  unusual works on iphone. has run issue before? i've tried in both chrome ipad , safari ipad , no luck.       html css fonts