/*
 Theme Name:   onepress-child
 Template:     onepress
*/
/******************** ここから↓に追加CSSを書く ********************/

img {
  max-width: 100%;
  height: auto;
}

/* body全体のフォント変更 */
body {
  font-family: '游ゴシック', 'Yu Gothic', sans-serif;
}
body {
font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
}

