JSFiddle - React, Tailwind, and code Playground

by Korah Babu Varghese

HTML

<p>
さらにオプションを見る オプション 少ない オプション
</p>

CSS

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  src: url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese);
}
p{
   font-family: Hiragino mihncho ProN,'Noto Serif JP';
    font-weight:400;
}