CSS で google フォントを使用

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.body {
	font-family: 'Noto Sans JP', sans-serif !important;
}