<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: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansCJKjp-Regular.otf'),
      local('NotoSansJP-Regular.otf'),
      url('/commons/1/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
      url('/commons/1/fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-feature-settings : 'palt';
}
</pre></body></html>