今回ご紹介するすべてのCSSフォント設定まとめ 先に今回ご紹介するフォント設定をまとめたCSSコードをご紹介します。 @font-face { font-family: "YuGothic-M"; font-weight: normal; src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); } @font-face { font-family: "YuGothic-M"; font-weight: bold; src: local("YoGothic-Bold"), local("Yu Gothic"); } html { font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */ } body { font-size: 1.6rem