From d73213dba7637c08f2f2a2219cfb7e9c025a331b Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 22 Aug 2012 11:18:03 -0400 Subject: [PATCH] Use light helvetica for headings --- content/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/css/style.css b/content/assets/css/style.css index ca6eca4..4e6eab3 100644 --- a/content/assets/css/style.css +++ b/content/assets/css/style.css @@ -60,6 +60,6 @@ .vi { color: #19177C } /* Name.Variable.Instance */ .il { color: #666666 } /* Literal.Number.Integer.Long */ -#faq h3 { +h1, h2, h3, h4, h5, h6 { font-weight: 200; }