From 179e0b713313a15e6120b17647a6c4fba0c7f872 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 14 Oct 2020 21:20:40 -0400 Subject: [PATCH] use Raleway for stroop induction --- content/hypno/colors/colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hypno/colors/colors.css b/content/hypno/colors/colors.css index c3ba9b0..2c59bd3 100644 --- a/content/hypno/colors/colors.css +++ b/content/hypno/colors/colors.css @@ -1,6 +1,6 @@ #word { font-size: 80px; - font-family: sans-serif; + font-family: 'Raleway'; font-weight: bold; width: 100%; text-align: center;