From d0df9f64201b1bd6e10e78a381c3ed9917f2c7fa Mon Sep 17 00:00:00 2001 From: Malcolm Date: Sat, 1 Dec 2018 13:43:23 +0100 Subject: [PATCH] chore: move html google font import example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d40a66d..2b64a78 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ NES.css only provides components. You will need to define your own layout. The default font is [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P?selection.family=Press+Start+2P) which only supports English characters. When you're using this framework with any language except English, please use another font. Please follow the [instructions](https://developers.google.com/fonts/docs/getting_started) from Google Fonts about how to include them, or simply include it as below: +NES.cssはコンポーネントのスタイルのみを提供しています。レイアウトはみなさんが好きなように定義してください。 + +デフォルトでは`Press Start 2P`フォントを使っています。英語以外(日本語など)で利用される場合は、別途フォントを読み込んで使ってください。 + ```html