Webフォント(Noto Sans JP)を使用したサンプル

This is a sample by Noto Sans JP.

こちらはNoto Sans JPを使用したサンプルです。

<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@400;700&display=swap" rel="stylesheet">
<style>
body {
  font-family: 'Noto Sans JP', sans-serif;
}
input {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
}
</style>

元記事を表示する