/* サイト全体のフォントを M PLUS Rounded 1c に統一 */
body, p, span, li, a, h1, h2, h3, h4, h5, h6, button, input, textarea {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
/* <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 


