This commit is contained in:
uetchy 2017-11-28 12:20:00 +09:00
parent 84e4311b88
commit dd4714af2e
2 changed files with 6 additions and 11 deletions

View File

@ -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;

View File

@ -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'