Nessuna descrizione

css_at_font_face.html 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  5. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory&v2' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Wallpoet&v2' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister&v2' rel='stylesheet' type='text/css'>
  8. <style type="text/css">
  9. body {
  10. font-family: sans-serif;
  11. }
  12. p {
  13. font-size: 2em;
  14. background: #eee;
  15. padding: 1em;
  16. }
  17. h2 {
  18. color: #999;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <h2>Give You Glory</h2>
  24. <p style="font-family: 'Give You Glory', sans-serif;">
  25. Grumpy wizards make toxic brew for the evil Queen and Jack
  26. </p>
  27. <h2>Wallpoet</h2>
  28. <p style="font-family: 'Wallpoet', sans-serif;">
  29. Grumpy wizards make toxic brew for the evil Queen and Jack
  30. </p>
  31. <h2>Love Ya Like A Sister</h2>
  32. <p style="font-family: 'Love Ya Like A Sister', sans-serif;">
  33. Grumpy wizards make toxic brew for the evil Queen and Jack
  34. </p>
  35. </body>
  36. </html>