Use CSS to capitalize headings

This commit is contained in:
Neil Brommer 2023-07-12 15:25:58 -07:00
parent be1bfe6cf3
commit f1c6ac09c8

View file

@ -1,5 +1,6 @@
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: 500; font-weight: 500;
text-transform: capitalize;
} }
h1 { h1 {