From 06216f85dd27d76d3fd91c3aa7f6e0ac36d8c69f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Dec 2013 11:39:02 -0500 Subject: assets/style.css: use sans-serif for all headings, not just h1 --- public/assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/style.css b/public/assets/style.css index ff82ecd..7fb8934 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -49,6 +49,9 @@ footer { h1 { text-align: center; +} + +h1, h2, h3, h4, h5, h6 { font-family: sans-serif; } -- cgit v1.2.3