diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 62029f9..68042a1 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,7 @@ # 「モダンからはじめる プログラミング生活!」 - [はじめに](README.md) + +## Web (TypeScript / JavaScript) 編 + +- [モダンからはじめる Web アプリ開発!](WebApps/README.md) diff --git a/src/WebApps/README.md b/src/WebApps/README.md new file mode 100644 index 0000000..b11bc71 --- /dev/null +++ b/src/WebApps/README.md @@ -0,0 +1,9 @@ +# 「モダンからはじめる Web アプリ開発!」 + +## はじめに + +## 目次 + +1. 開発環境の準備 () + +2. はじめての Web ページ () diff --git a/src/styles/website.css b/src/styles/website.css index a55fb4b..86bf96d 100644 --- a/src/styles/website.css +++ b/src/styles/website.css @@ -6,7 +6,7 @@ } @font-face { - font-family: "FirgeNerdConsole"; + font-family: "FirgeNerd"; src: url("./fonts/woff2/FirgeNerd-Bold.woff2") format("woff2"); font-weight: bold; font-style: normal; @@ -16,6 +16,10 @@ font-family: "FirgeNerd", "Helvetica Neue", Helvetica, Arial, sans-serif; } +.markdown-section p { + font-size: 1.1em; +} + .markdown-section code, .markdown-section pre { font-family: "FirgeNerd", monospace;