From f1224e51961a50966a9c72470afc222757b18812 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Thu, 6 Sep 2018 23:18:51 +0200 Subject: [PATCH] fix: remove remaining reference to Titillium webfont (via #4840) Follow up to #4598 --- src/style/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index f8dd1bd0..0c47c617 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -648,7 +648,7 @@ text-align: center; padding: 5px; border-radius: 4px; - font-family: 'Titillium Web', sans-serif; + font-family: sans-serif; font-weight: 600; color: white; font-size: 14px;