Advertisement
retesere20

Untitled

Aug 22nd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Browsers usually ignore the font media types and simply sniff
  2. # the bytes to figure out the font type.
  3. # https://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern
  4. #
  5. # However, Blink and WebKit based browsers will show a warning
  6. # in the console if the following font types are served with any
  7. # other media types.
  8.  
  9. AddType application/x-font-ttf ttc ttf
  10. AddType font/opentype otf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement