xtubuanx
4/3/2019 - 6:15 AM

Noto Sans 指定

<script>
      window.WebFontConfig = {
          google: { families: ['Noto+Sans+JP:400,900'] },
          active: function() {
              sessionStorage.fonts = true;
          }
      };

      (function() {
          var wf = document.createElement('script');
          wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
          wf.type = 'text/javascript';
          wf.async = 'true';
          var s = document.getElementsByTagName('script')[0];
          s.parentNode.insertBefore(wf, s);
      })();
  </script>
  
  
  //import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&subset=japanese');
$font: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', "MS Pゴシック", "MS PGothic", sans-serif;