Advertisement
tourniquet

Web font

Jul 25th, 2014
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. @font-face {
  2.     font-family: "Some Family";
  3.     src: url("http://someurl.com/some-font.woff"),
  4.     url("http://someurl.com/some-font.ttf");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement