Commit 1be8501e by Orine Matsui

WEBフォント削除。

parent 7e9ff2c8
...@@ -113,7 +113,7 @@ h3, ...@@ -113,7 +113,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: heisei-kaku-gothic-std, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
......
...@@ -158,16 +158,6 @@ ...@@ -158,16 +158,6 @@
gtag('config', 'UA-3405083-1'); gtag('config', 'UA-3405083-1');
</script> </script>
<script>
(function(d) {
var config = {
kitId: 'gon0eye',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
</head> </head>
<body class="page-<?php echo $pageid; ?>"> <body class="page-<?php echo $pageid; ?>">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment