From 90a84b7084f6f004074316677b170eb4e7b63146 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 16 Mar 2020 16:24:25 +0100 Subject: [PATCH] [9.2.25] Fix style site --- core/module/theme/view/site/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/theme/view/site/site.css b/core/module/theme/view/site/site.css index 3e62f47d..69ed098d 100644 --- a/core/module/theme/view/site/site.css +++ b/core/module/theme/view/site/site.css @@ -30,7 +30,7 @@ textarea, .button.buttonGrey:hover { color: rgba(33, 34, 35, 1); } -body:not(.preview) { +body { font-family: "Open+Sans",sans-serif; } h1, h2, h3, h4, h5, h6 { @@ -42,4 +42,4 @@ div.preview { -webkit-box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.75); -moz-box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.75); box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.75); -} +} \ No newline at end of file