Fixed header font weight.

This commit is contained in:
Andy Ko 2017-12-19 08:39:47 -08:00
parent abcf9ae2d9
commit 255ce7917e

View file

@ -12,6 +12,10 @@ body {
line-height: 1.75em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
table.text-left td {
text-align: left;
}