Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. p.serif {
  2. font-family:"Times New Roman",Times, serif;
  3. font-size:0.8em;
  4. }
  5. p.sansserif {
  6. font-family:Helvetica,Arial, sans-serif;
  7. font-size:102px;
  8. }
  9. p.monospace{
  10. font-family:"Courier New", Courier, monospace;
  11. font-size:inherit;
  12. }
  13. p.cursive {
  14. font-family:Florence, cursive;
  15. font-size:initial;
  16. }
  17. p.fantasy {
  18. font-family:Blippo, fantasy;
  19. font-size:unset;
  20. }
  21. p.italic {
  22. font-style:italic;
  23. }
  24. p.normal {
  25. font-style:normal;
  26. }
  27. p.oblique {
  28. font-style:oblique;
  29. }
  30. p.light {
  31. font-weight: lighter;
  32. }
  33. p.bold {
  34. font-weight: bold;
  35. }
  36. p.bolder {
  37. font-weight: bolder;
  38. }
  39. p.thick {
  40. font-weight:bold;
  41. }
  42. p.thicker {
  43. font-weight:700;
  44. }
  45. p.normal {
  46. font-variant:normal;
  47. }
  48. p.small {
  49. font-variant:small-caps;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement