Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. @font-face {
  2. font-family: 'MyWebFont';
  3. src: url('webfont.eot'); /* IE9 Compat Modes */
  4. src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  5. url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
  6. url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
  7. url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  8. /* url("webfont.otf") format("opentype") */
  9. url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  10. }
  11.  
  12. /* tldr: woff and otf/ttf are supported by everything except IE 8-11 */
Add Comment
Please, Sign In to add comment