From 872144eb2c05d8cf3b566979afe691c55ce7f304 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 28 May 2018 12:37:25 -0500 Subject: [PATCH] blog font --- _sass/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index 7804a54..29cee74 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -33,7 +33,9 @@ h6 { pre, code { - font-family: "RobotoMono", monospace; - font-weight: 300; + * { + font-family: "RobotoMono", monospace; + font-weight: 300; + } padding: 10px; } \ No newline at end of file