Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. h1 {
  2. font: font-style font-variant font-weight font-size/line-height font-family;
  3. }
  4.  
  5.  
  6. /* --- Alternate long-hand properties --- */
  7.  
  8. h1 {
  9. font-style: italic;
  10. font-variant: small-caps;
  11. font-weight: bold;
  12. font-size: 2rem;
  13. line-height: 2.2rem;
  14. font-family: 'Raleway', sans-serif;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement