From 255ce7917ec4b3ef12b973dc8e7d1b681da18d38 Mon Sep 17 00:00:00 2001 From: Andy Ko Date: Tue, 19 Dec 2017 08:39:47 -0800 Subject: [PATCH] Fixed header font weight. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 3e88055..9fdcf12 100644 --- a/style.css +++ b/style.css @@ -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; } \ No newline at end of file