From bd3c3fb801346ff969f65b6af6c1f03bbd7210ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81aniewski=20Bartosz?= Date: Wed, 19 Oct 2016 15:42:28 +0200 Subject: [PATCH] Universal font --- client/styles/components/_editor.scss | 3 --- client/styles/components/qilin/_reset.scss | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/client/styles/components/_editor.scss b/client/styles/components/_editor.scss index 79d5bed..073a867 100644 --- a/client/styles/components/_editor.scss +++ b/client/styles/components/_editor.scss @@ -7,9 +7,6 @@ overflow-x: hidden; overflow-y: auto; - font-family: "Source Sans Pro", Helvetica, sans-serif; - font-weight: 400; - font-style: normal; font-size: 1rem; line-height: 2rem; diff --git a/client/styles/components/qilin/_reset.scss b/client/styles/components/qilin/_reset.scss index d7d099f..88e3641 100644 --- a/client/styles/components/qilin/_reset.scss +++ b/client/styles/components/qilin/_reset.scss @@ -1,6 +1,10 @@ // main : ../../template.scss body { + font-family: "Source Sans Pro", Helvetica, sans-serif; + font-weight: 400; + font-style: normal; + overflow-x: hidden; overflow-y: hidden;