Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <h2>This is heading 2</h2>
  2.  
  3. <h3>This is heading 3</h3>
  4.  
  5. <h4>This is heading 4</h4>
  6.  
  7. <h5>This is heading 5</h5>
  8.  
  9. <h6>This is heading 6</h6>
  10.  
  11.  
  12. <p><strong>This is a paragraph, with bold text.&nbsp;</strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis ornare erat, sit amet aliquet tortor. Aenean dapibus leo nec commodo blandit. Aliquam erat volutpat. Aenean ac rutrum nisl, non volutpat metus. Cras sed luctus libero. Donec id orci quis justo tincidunt placerat. Donec ut vulputate mauris. Pellentesque eu velit quis ligula scelerisque laoreet. Nunc non leo id diam lacinia tristique id nec quam.&nbsp;</p>
  13.  
  14. <h3 style="font-weight:300">font-weight:300 - heading - RedHatDisplay - regular</h3>
  15. <h3 style="font-weight:400">font-weight:400 - heading - RedHatDisplay - medium</h3>
  16. <h3 style="font-weight:500">font-weight:500 - heading - RedHatDisplay - medium</h3>
  17. <h3 style="font-weight:600">font-weight:600 - heading - RedHatDisplay - bold</h3>
  18. <h3 style="font-weight:700">font-weight:700 - heading - RedHatDisplay - bold</h3>
  19. <h3 style="font-weight:800">font-weight:800 - heading - RedHatDisplay - bold</h3>
  20. <h3 style="font-weight:900">font-weight:900 - heading - RedHatDisplay - bold</h3>
  21.  
  22. <p style="font-weight:300">font-weight:300 - paragraph - RedHatText - regular</p>
  23. <p style="font-weight:400">font-weight:400 - paragraph - RedHatText - regular</p>
  24. <p style="font-weight:500">font-weight:500 - paragraph - RedHatText - regular</p>
  25. <p style="font-weight:600">font-weight:600 - paragraph - RedHatText - medium</p>
  26. <p style="font-weight:700">font-weight:700 - paragraph - RedHatText - medium</p>
  27. <p style="font-weight:800">font-weight:800 - paragraph - RedHatText - medium</p>
  28. <p style="font-weight:900">font-weight:900 - paragraph - RedHatText - medium</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement