Guest User

Untitled

a guest
Mar 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Web font'; /* название одно */
  3. src: url('webfont.woff2') format("woff2"),
  4. url("webfont.ttf") format("truetype"),
  5. url("webfont.woff") format("woff"); /* разные файлы */
  6. font-weight: 400; /* разная плотность */
  7. font-style: normal;
  8. }
  9.  
  10. @font-face {
  11. font-family: 'Web font'; /* название одно */
  12. src: url('webfont-1.woff2') format("woff2"),
  13. url("webfont-1.ttf") format("truetype"),
  14. url("webfont-1.woff") format("woff"); /* разные файлы */
  15. font-weight: 700; /* разная плотность */
  16. font-style: normal;
  17. }
Add Comment
Please, Sign In to add comment