Use ten-mincho

This commit is contained in:
2017-11-28 12:06:26 +09:00
parent 1fb5aa3f11
commit 84e4311b88
4 changed files with 39 additions and 23 deletions

View File

@@ -47,7 +47,6 @@ a.article-list__item__button {
}
}
.article {
margin-bottom: 60px;
}
@@ -93,10 +92,10 @@ 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";
font-feature-settings: 'kern';
-webkit-font-feature-settings: 'kern';
-moz-font-feature-settings: 'kern';
-moz-font-feature-settings: 'kern=1';
p {
font-size: 20px;