Advertisement
stsp93

Untitled

Sep 21st, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. body {
  2.     text-align: center;
  3. }
  4.  
  5. h1 {
  6.     font-family: "Sentinel A", "Sentinel B", "Georgia", "Times New Roman", "Times","serif";
  7.     font-weight: 400;
  8.     line-height: 1.15;
  9.     color: #747474;
  10. }
  11.  
  12. p, span {
  13.    font-size: 16px;
  14.     line-height: 1.46;
  15.     color: #5c5a5a;
  16. }
  17.  
  18. span {
  19.     font-family: "Graphik Semibold Web", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  20.  
  21.     font-style: oblique;
  22.     font-weight: 600;
  23. }
  24.  
  25.  
  26.  
  27. p {
  28.     font-family: "Graphik Semibold Web", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  29.     font-weight: 400;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement