From 9c6bf24b351a5f7fb8536f6ce7d9e2b79e7c0fb6 Mon Sep 17 00:00:00 2001 From: be5invis Date: Wed, 16 Dec 2015 15:35:10 +0800 Subject: [PATCH] revert title weight to 700 --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 3af9730..078d12f 100644 --- a/index.css +++ b/index.css @@ -42,7 +42,7 @@ section { section#introduction h1 { text-align: center; font-size: 10rem; - font-weight: 100; + font-weight: 700; } section#introduction #downlinks { display: flex;