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 +}