Font weight should be bold for h4

This commit is contained in:
斟酌 鵬兄 2016-10-17 15:28:54 +08:00
parent 9638054956
commit a4762f734a

View File

@ -2,6 +2,6 @@ h1, h2, h3, h4, .h1, .h2, .h3, .h4 { font-family: custom-serif; }
h1, .h1 { font-size: 2.5em; }
h2, .h2 { font-size: 2em; }
h3, .h3 { font-size: 1.5em; }
h4, .h4 { font-size: 1em; }
h4, .h4 { font-size: 1em; font-weight: bold; }
h5, .h5 { font-size: 0.8em; }
h6, .h6 { font-size: 0.5em; }