From b02351e2234fab035b0cffbbcd58741f66a5dbff Mon Sep 17 00:00:00 2001 From: Yukidaruma-dev Date: Mon, 13 May 2019 17:52:06 +0900 Subject: [PATCH] pull req --- index.html | 3 ++- page/about.html | 1 + page/customize.html | 13 +++++++------ page/distribution.html | 1 + page/history.html | 13 +++++++++++++ page/makeiso.html | 1 + page/preparation.html | 1 + page/template.html | 1 + page/website.html | 1 + style/history.css | 3 +++ style/main-resp.css | 5 +++++ style/main.css | 8 +++++++- 12 files changed, 43 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index bf15083..3742c48 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,8 @@ - + + diff --git a/page/about.html b/page/about.html index dc168e4..b5bd67a 100644 --- a/page/about.html +++ b/page/about.html @@ -15,6 +15,7 @@ + diff --git a/page/customize.html b/page/customize.html index 2b17ce3..ff224b1 100644 --- a/page/customize.html +++ b/page/customize.html @@ -18,6 +18,7 @@ +
@@ -198,7 +199,7 @@

- 最も重い + Gnomeよりは軽い(かも) @@ -229,7 +230,7 @@ - Lxqt + LxQt --- @@ -400,10 +401,10 @@ - KDM + KDM(開発停止) - Kubuntu + Kubuntu(KDE4以下)

@@ -422,7 +423,7 @@ SDDM - Lxqt + LxQt, KDE Plasma 5

@@ -443,7 +444,7 @@ 今回は最も一般的なLightDMを使用していきます

- (筆者はLightDMとGDMしか使用したこと無いのでSDDMやKDMはわからないです) + (筆者はLightDMとGDMしか使用したこと無いのでSDDMはわからないです)

Greeterについて diff --git a/page/distribution.html b/page/distribution.html index e5ea724..edc6781 100644 --- a/page/distribution.html +++ b/page/distribution.html @@ -16,6 +16,7 @@ + diff --git a/page/history.html b/page/history.html index 7fb0f6e..1c1b70d 100644 --- a/page/history.html +++ b/page/history.html @@ -15,12 +15,25 @@ +

+ 2019/05/13 +

+

+

+

+

2019/05/05

diff --git a/page/makeiso.html b/page/makeiso.html index 926cea5..438dae4 100644 --- a/page/makeiso.html +++ b/page/makeiso.html @@ -16,6 +16,7 @@ + diff --git a/page/preparation.html b/page/preparation.html index 22954ae..6f8cca3 100644 --- a/page/preparation.html +++ b/page/preparation.html @@ -15,6 +15,7 @@ + diff --git a/page/template.html b/page/template.html index 5f386df..94364c0 100644 --- a/page/template.html +++ b/page/template.html @@ -16,6 +16,7 @@ + diff --git a/page/website.html b/page/website.html index f1a2bd9..81632a9 100644 --- a/page/website.html +++ b/page/website.html @@ -16,6 +16,7 @@ + diff --git a/style/history.css b/style/history.css index b25d5e6..e9e5a5e 100644 --- a/style/history.css +++ b/style/history.css @@ -11,6 +11,7 @@ h2 { font-weight: bold; margin: 0 0 20px; padding: 10px 15px 10px; + font-family: 'Noto Sans JP', sans-serif; } h1 { color: #1B73BA; @@ -30,11 +31,13 @@ h3 { font-weight: bold; margin: 0 0 20px; padding-bottom: 5px; + font-family: 'Noto Sans JP', sans-serif; } h4 { border-left: 2px solid #1B73BA; font-size: 16px; font-weight: bold; + font-family: 'Noto Sans JP', sans-serif; } /* 背景 */ diff --git a/style/main-resp.css b/style/main-resp.css index 23c6157..bd26621 100644 --- a/style/main-resp.css +++ b/style/main-resp.css @@ -49,6 +49,7 @@ h2 { font-weight: bold; margin: 0 0 20px; padding: 10px 15px 10px; + font-family: 'Noto Sans JP', sans-serif; } h1 { color: #1B73BA; @@ -68,6 +69,7 @@ h3 { font-weight: bold; margin: 0 0 20px; padding-bottom: 5px; + font-family: 'Noto Sans JP', sans-serif; } h4 { border-left: 2px solid #1B73BA; @@ -75,6 +77,7 @@ h4 { font-weight: bold; margin: 0 0 20px; padding-left: 5px; + font-family: 'Noto Sans JP', sans-serif; } /*プログラムコード*/ @@ -131,6 +134,7 @@ pre { /*本文フォントサイズ*/ p { font-size: 110%; + font-family: 'Noto Sans JP', sans-serif; } /*テーブル*/ @@ -155,6 +159,7 @@ tfoot { } tbody tr th { font-weight: bold; + font-family: 'Noto Sans JP', sans-serif; } tbody tr:nth-of-type(2n) { background: #191919; diff --git a/style/main.css b/style/main.css index 1f2bec7..5e8df16 100644 --- a/style/main.css +++ b/style/main.css @@ -47,6 +47,7 @@ h2 { font-weight: bold; margin: 0 0 20px; padding: 10px 15px 10px; + font-family: 'Noto Sans JP', sans-serif; } h1 { color: #1B73BA; @@ -67,6 +68,7 @@ h3 { font-weight: bold; margin: 0 0 20px; padding-bottom: 5px; + font-family: 'Noto Sans JP', sans-serif; } h4 { border-left: 2px solid #1B73BA; @@ -74,6 +76,7 @@ h4 { font-weight: bold; margin: 0 0 20px; padding-left: 5px; + font-family: 'Noto Sans JP', sans-serif; } /*プログラムコード*/ @@ -153,6 +156,7 @@ tfoot { } tbody tr th { font-weight: bold; + font-family: 'Noto Sans JP', sans-serif; } tbody tr:nth-of-type(2n) { background: #191919; @@ -175,4 +179,6 @@ a:hover { a:visited { text-decoration:none; color: #6EDEFF; -} \ No newline at end of file +} + +/*pullreq by ek*/ \ No newline at end of file -- 2.11.0