This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Typography.js のすべての要素のフォントサイズは上記で設定し
6868
6969## Typography テーマのインストール
7070
71- Typography.js にはサイトのフォントスタイルを決める時間を節約してくれるビルトインテーマがあります。Funston というテーマは Typography によってメンテナンスされているビルトインテーマの 1 つです。この Funston を npm からインストールするには、 ` npm install typography-theme-funston --save ` というコマンドを打ってください。
71+ Typography.js にはサイトのフォントスタイルを決める時間を節約してくれるビルトインテーマがあります。Funston というテーマは Typography によってメンテナンスされているビルトインテーマの 1 つです。この Funston を npm からインストールするには、` npm install typography-theme-funston --save ` というコマンドを打ってください。
7272
7373このテーマを使うには、先程作成した ` typography.js ` ファイルを次のように編集します。
7474
@@ -92,7 +92,7 @@ const typography = new Typography(
9292export default typography ;
9393```
9494
95- 上記の手順が終わったら、 ` gatsby develop ` というコマンドで開発サーバーを立ち上げ、< http://localhost:8000 > にアクセスしてください。もしすべての手順が上手くいっていたら、サイトのタイプデザインが Funston テーマになっているはずです。
95+ 上記の手順が終わったら、` gatsby develop ` というコマンドで開発サーバーを立ち上げ、< http://localhost:8000 > にアクセスしてください。もしすべての手順が上手くいっていたら、サイトのタイプデザインが Funston テーマになっているはずです。
9696
9797** ヒント** : もし以前のフォントが変更されずに残っている場合、CSS からすべての ` font-family ` を削除し、再度チェックしてください。
9898
You can’t perform that action at this time.
0 commit comments