Advertisement
bolo17

W3.CSS Fonts

Mar 11th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. W3.CSS Fonts
  2. get link here:http://exe.io/qE5YNu
  3. .CSS pages are easy to read, even for people with slight reading disabilities.
  4.  
  5. W3.CSS default font-size is 15px
  6. The default font is Verdana, which has a good letter spacing
  7. The default line-spacing (1.5) is also very good
  8. HTML Headings <h1> - <h6>
  9. By default, W3.CSS styles HTML headings this way:
  10.  
  11. Example
  12. <h1>Heading 1 (36px)</h1>
  13. <h2>Heading 2 (30px)</h2>
  14. <h3>Heading 3 (24px)</h3>
  15. <h4>Heading 4 (20px)</h4>
  16. <h5>Heading 5 (18px)</h5>
  17. <h6>Heading 6 (16px)</h6>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement