From 3205d402ccf50c7766b46ea5a2355d5c4bea74a5 Mon Sep 17 00:00:00 2001 From: DanSnow Date: Fri, 30 Nov 2018 01:01:15 +0800 Subject: [PATCH] doc: Translate some part into English --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f715426..90b8c65 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,12 @@ OR TODO: npm での使用方法を書く - ## Usage +NES.css is only providing component. You can define your layout. + +Default font is `Press Start 2P`. When you using this framework with any language except English (link Japanese), please use another font as necessary. + NES.cssはコンポーネントのスタイルのみを提供しています。レイアウトはみなさんが好きなように定義してください。 デフォルトでは`Press Start 2P`フォントを使っています。英語以外(日本語など)で利用される場合は、別途フォントを読み込んで使ってください。 @@ -44,17 +47,23 @@ TODO: 詳細を書く ## CSS Only +NES.css only require CSS. You can use this without JavaScript. + NES.cssはCSSのみで構成されています。JavaScriptは不要です。 ## Browser Support +NES.css is compatible with the newest version of below browsers. + 次のブラウザの最新バージョンをサポートしています。 * Chrome * Firefox * Safari +Not test + 未確認 * IE/Edge