Use palt
This commit is contained in:
parent
84e4311b88
commit
dd4714af2e
@ -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;
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user