From 504f835b7d71cc592c6a6d824d9eaa8799090523 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 14 Oct 2019 21:41:00 +0300 Subject: [PATCH] feat: use lato for large blocks of words --- client/src/components/layouts/learn.css | 5 +++++ client/src/components/settings/honesty.css | 1 + client/src/templates/Introduction/intro.css | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/client/src/components/layouts/learn.css b/client/src/components/layouts/learn.css index ed06dde0c5..c63f8caf68 100644 --- a/client/src/components/layouts/learn.css +++ b/client/src/components/layouts/learn.css @@ -20,3 +20,8 @@ #learn-app-wrapper .reflex-container.horizontal > .reflex-splitter { height: 5px; } + +#description p, +#instructions p { + font-family: 'Lato', sans-serif; +} diff --git a/client/src/components/settings/honesty.css b/client/src/components/settings/honesty.css index 3e0aeb518b..bcf898af2f 100644 --- a/client/src/components/settings/honesty.css +++ b/client/src/components/settings/honesty.css @@ -1,6 +1,7 @@ .honesty-panel p { margin-left: 10px; margin-right: 10px; + font-family: 'Lato', sans-serif; } .honesty-panel { diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 409079c41e..c83ab7707a 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -8,6 +8,11 @@ margin-top: 1.45rem; } +.intro-layout p, +.intro-layout li { + font-family: 'Lato', sans-serif; +} + .intro-toc .list-group-item { margin: 5px auto; }