最新のNoto Sans Japaneseを使用したサンプル

大﨑で𠮷野家の牛丼を食べる草彅

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet">

<p class="sample">大﨑で𠮷野家の牛丼を食べる草彅</p>
.sample {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  font-weight: 300;
}

元記事を表示する