フッターにオープン用
<script>
///非同期を 読み込むためのもの ページスピード用
//webfont css等
(function(window,document){
// .lazy-cssを探します
var lazyCss=document.querySelectorAll('.lazy-css');
for(var i=0,l=lazyCss.length;i<l;i++){
// 一つずつ『stylesheet』に変更します
lazyCss[i].rel='stylesheet';
}
})(window,document);
</script>
該当css
<link href="/css/style.css" rel="subresource" class="lazy-css" />
https://www.zukoo.net/blog/detail.html?id=270
or