Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet"
  4. href="font.css">
  5. </head>
  6. <body>
  7. <p class="serif">
  8. This is a paragraph shown in serif font.
  9. </p>
  10. <p class="sansserif">
  11. This is a paragraph shown in san-serif font.
  12. </p>
  13. <p class="monospace">
  14. This is a paragraph shown in monospace font.
  15. </p>
  16. <p class="cursive">
  17. This is a paragraph shown in cursive font.
  18. </p>
  19. <p class="fantasy">
  20. This is a paragraph shown in fantasy font.
  21. </p>
  22. <p class="italic">
  23. This is a paragraph shhown in italic style.
  24. </p>
  25. <p class="normal">
  26. This is a paragraph shown is normal.
  27. </p>
  28. <p class="oblique">
  29. This is a paragraph shown is oblique.
  30. </p>
  31. <p class="light">
  32. This is a font with a "lighter" weight.
  33. </p>
  34. <p class="bold">
  35. This is a font with "bold" weight.
  36. </p>
  37. <p class="bolder">
  38. this is a font with "bolder" weight.
  39. </p>
  40. <p class="thick">
  41. This is a font with a "bold" weight.
  42. </p>
  43. <p class="thicker">
  44. This is a font with a "700" weight.
  45. </p>
  46. <p class="normal">
  47. Paragraph font variant set to normal.
  48. </p>
  49. <p class="small">
  50. Paragraph font variant set to small-caps.
  51. </p>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement