omit ten-mincho

This commit is contained in:
uetchy 2017-12-27 01:08:03 +09:00
parent 354b90d595
commit 151fa4211a
2 changed files with 3 additions and 3 deletions

View File

@ -48,14 +48,14 @@
<script defer src="https://platform.twitter.com/widgets.js" id="twitter-wjs"></script>
<!-- Font -->
<script async src="https://use.typekit.net/rdk3qsb.js"></script>
<!-- <script async src="https://use.typekit.net/rdk3qsb.js"></script>
<script>
window.addEventListener('load', function(){
try {
Typekit.load({ async: true });
} catch(e){}
});
</script>
</script> -->
<!-- Styles -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/index.css">

View File

@ -10,7 +10,7 @@ body {
width: 800px;
margin: 0 auto;
padding: 0 20px;
font-family: 'ten-mincho', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
font-family: 'PT Serif', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-feature-settings: 'kern', 'palt', 'pwid';