Advertisement
Shpindlier

css CEO

Nov 29th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1.   h1, h2, h3, h4, h5 {
  2.     font-family: "Akrobat";
  3.     font-weight: bold;
  4.     font-size: 23px;
  5.   }
  6.  
  7. .post-content p {
  8.     font-style: normal;
  9.     font-weight: normal;
  10.     font-size: 18px;
  11.     line-height: 190%;
  12.     color: #FFFFFF;
  13.     margin-bottom: 32px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement