<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'NotoSansJP';
	src: url('../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff') format('woff');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff') format('woff');
	font-style: normal;
	font-weight: bold;
	font-display: swap;
}

body {
    font-family: 'NotoSansJP',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
}</pre></body></html>