mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 10:45:37 +00:00
Update
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
# 「モダンからはじめる プログラミング生活!」
|
||||
|
||||
- [はじめに](README.md)
|
||||
|
||||
## Web (TypeScript / JavaScript) 編
|
||||
|
||||
- [モダンからはじめる Web アプリ開発!](WebApps/README.md)
|
||||
|
9
src/WebApps/README.md
Normal file
9
src/WebApps/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 「モダンからはじめる Web アプリ開発!」
|
||||
|
||||
## はじめに
|
||||
|
||||
## 目次
|
||||
|
||||
1. 開発環境の準備 ()
|
||||
|
||||
2. はじめての Web ページ ()
|
@ -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;
|
||||
|
Reference in New Issue
Block a user