Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hooligan Font Face</title>
  5. <link type="text/css" rel="stylesheet" href="hooligan.css">
  6. <style type="text/css">
  7. h1 {
  8. font-family: 'Hooligan-1', 'Hooligan-2';
  9. font-size: 48px;
  10. font-weight: 400;
  11. text-align: center;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h1>This is hooligan!</h1>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment