From cd63215372b5f3dd6d9766052e89315356776d94 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 27 Mar 2015 12:26:16 +0200 Subject: [PATCH] Font feature settings are incompatible with Open Sans --- core/client/app/styles/layouts/about.scss | 4 +--- core/client/app/styles/patterns/global.scss | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/core/client/app/styles/layouts/about.scss b/core/client/app/styles/layouts/about.scss index de0a1b2db0..01f13ec887 100644 --- a/core/client/app/styles/layouts/about.scss +++ b/core/client/app/styles/layouts/about.scss @@ -36,7 +36,6 @@ h1 { margin-top: -6px; margin-bottom: -21px; - font-feature-settings: normal; } .ghost_logo { @@ -97,7 +96,6 @@ float: left; display: inline-block; margin: 0; - font-feature-settings: normal; } dt { @@ -268,4 +266,4 @@ color: $blue; } } -}//.about-copyright \ No newline at end of file +}//.about-copyright diff --git a/core/client/app/styles/patterns/global.scss b/core/client/app/styles/patterns/global.scss index 1e2e35ca44..031cc8b443 100644 --- a/core/client/app/styles/patterns/global.scss +++ b/core/client/app/styles/patterns/global.scss @@ -85,7 +85,6 @@ h6 { } p, ul, ol, dl { - font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1; margin: 0 0 1.7em 0; } @@ -296,4 +295,4 @@ button { .vertical { display: table-cell; vertical-align: middle; -} \ No newline at end of file +}