Advertisement
borkolivic

Untitled

Mar 8th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.96 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'amaticbold';
  3.     src: url('amatic-bold-webfont.eot');
  4.     src: url('amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
  5.          url('amatic-bold-webfont.woff2') format('woff2'),
  6.          url('amatic-bold-webfont.woff') format('woff'),
  7.          url('amatic-bold-webfont.ttf') format('truetype'),
  8.          url('amatic-bold-webfont.svg#amaticbold') format('svg');
  9.     font-weight: normal;
  10.     font-style: normal;
  11.  
  12. }
  13.  
  14.  
  15.  
  16.  
  17. @font-face {
  18.     font-family: 'amatic_scregular';
  19.     src: url('amaticsc-regular-webfont.eot');
  20.     src: url('amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
  21.          url('amaticsc-regular-webfont.woff2') format('woff2'),
  22.          url('amaticsc-regular-webfont.woff') format('woff'),
  23.          url('amaticsc-regular-webfont.ttf') format('truetype'),
  24.          url('amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
  25.     font-weight: normal;
  26.     font-style: normal;
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement