omit ten-mincho
This commit is contained in:
parent
354b90d595
commit
151fa4211a
@ -48,14 +48,14 @@
|
|||||||
<script defer src="https://platform.twitter.com/widgets.js" id="twitter-wjs"></script>
|
<script defer src="https://platform.twitter.com/widgets.js" id="twitter-wjs"></script>
|
||||||
|
|
||||||
<!-- Font -->
|
<!-- Font -->
|
||||||
<script async src="https://use.typekit.net/rdk3qsb.js"></script>
|
<!-- <script async src="https://use.typekit.net/rdk3qsb.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('load', function(){
|
window.addEventListener('load', function(){
|
||||||
try {
|
try {
|
||||||
Typekit.load({ async: true });
|
Typekit.load({ async: true });
|
||||||
} catch(e){}
|
} catch(e){}
|
||||||
});
|
});
|
||||||
</script>
|
</script> -->
|
||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/index.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/index.css">
|
||||||
|
@ -10,7 +10,7 @@ body {
|
|||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
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;
|
-webkit-font-smoothing: antialiased;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-feature-settings: 'kern', 'palt', 'pwid';
|
font-feature-settings: 'kern', 'palt', 'pwid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user