From dd4714af2e839d0d82746b21dfe555320c48f22c Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 28 Nov 2017 12:20:00 +0900 Subject: [PATCH] Use palt --- _sass/post.scss | 7 ------- css/index.scss | 10 ++++++---- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/_sass/post.scss b/_sass/post.scss index 5374b70..74b882d 100644 --- a/_sass/post.scss +++ b/_sass/post.scss @@ -90,13 +90,6 @@ a.article-list__item__button { } .article__content { - -webkit-font-smoothing: antialiased; - text-rendering: optimizeLegibility; - font-feature-settings: 'kern'; - -webkit-font-feature-settings: 'kern'; - -moz-font-feature-settings: 'kern'; - -moz-font-feature-settings: 'kern=1'; - p { font-size: 20px; font-weight: normal; diff --git a/css/index.scss b/css/index.scss index 4413570..18fb180 100644 --- a/css/index.scss +++ b/css/index.scss @@ -11,6 +11,12 @@ body { margin: 0 auto; padding: 0 20px; font-family: 'ten-mincho', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif; + -webkit-font-smoothing: antialiased; + text-rendering: optimizeLegibility; + font-feature-settings: 'kern', 'palt'; + -webkit-font-feature-settings: 'kern', 'palt'; + -moz-font-feature-settings: 'kern', 'palt'; + -moz-font-feature-settings: 'kern=1', 'palt'; @media screen and (max-width: $break-large) { width: auto; @@ -131,8 +137,4 @@ hr { } } -.header, .metro { - font-family: "PT Serif", serif; -} - @import 'post'