Advertisement
shariar61

font-face

Dec 18th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6. <title>FONTS</title>
  7.  
  8. <style type="text/css">
  9.  
  10.  
  11. @font-face{
  12. font-family: Wolf in the City;
  13. src:url(http://www.dafont.com/wolf-in-the-city);
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. </style>
  24.  
  25.  
  26. </head>
  27.  
  28.  
  29. <body>
  30. <p> Wolf in the city.</p>
  31. wolf in the city.
  32.  
  33.  
  34.  
  35.  
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement