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