Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /*
  2. If you need IE11 – use .woff and .woff2
  3. In other cases, you can only use .woff2
  4. */
  5.  
  6. @font-face {
  7. font-family: 'MyWebFont';
  8. src: url('webfont.eot'); /* IE9 Compat Modes */
  9. src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  10. url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
  11. url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
  12. url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  13. url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  14. font-weight: 400;
  15. font-style: normal;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement