Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: 'fontname';
  4. src: url('/fontname.woff') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8.  
  9. * {
  10. font-family: 'fontname';
  11. }
  12. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement