From 03edb46d96b05dc0f927d7f4b9b413badc74ee4b Mon Sep 17 00:00:00 2001
From: Shiki Okasaka
Date: Sat, 22 Oct 2022 23:37:35 +0900
Subject: [PATCH] Update documents
docs/Makefile.am
docs/default.css
docs/index.html
docs/index.md
docs/install.html
docs/install.md
docs/screenshot.webm
docs/specification.html
docs/usage.html
---
docs/Makefile.am | 4 ++--
docs/default.css | 8 ++++----
docs/index.html | 10 +++++-----
docs/index.md | 5 ++---
docs/install.html | 3 +--
docs/install.md | 2 +-
docs/screenshot.mp4 | Bin 45691 -> 0 bytes
docs/screenshot.webm | Bin 0 -> 375827 bytes
docs/specification.html | 1 -
docs/usage.html | 1 -
10 files changed, 15 insertions(+), 19 deletions(-)
delete mode 100644 docs/screenshot.mp4
create mode 100644 docs/screenshot.webm
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 806f79d..60f428a 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2020 Esrille Inc.
+# Copyright (c) 2020-2022 Esrille Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ help_DATA = \
icon.png \
kids.png \
normal.png \
- screenshot.mp4 \
+ screenshot.webm \
$(NULL)
helpdir = $(pkgdatadir)/help
diff --git a/docs/default.css b/docs/default.css
index 244bc04..8b7ba8e 100644
--- a/docs/default.css
+++ b/docs/default.css
@@ -39,7 +39,7 @@ h5 {
h6 {
font-size: 12pt;
}
-img, video {
+img {
border-style: none;
max-width: 100%;
margin-top: 1em;
@@ -290,12 +290,12 @@ main {
}
body:lang(ja), a:lang(ja) {
- font-family: "游ゴシック Medium","Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
+ font-family: "Noto Sans CJK JP", "IPA Pゴシック", "游ゴシック Medium","Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}
em:lang(ja), h1:lang(ja), h2:lang(ja), h3:lang(ja), h4:lang(ja), h5:lang(ja), h6:lang(ja), strong:lang(ja), th:lang(ja) {
+ font-family: "Noto Sans CJK JP", "IPA Pゴシック", "游ゴシック Medium","Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
font-style: normal;
- font-weight: bold;
- font-family: "游ゴシック Medium","Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
+ font-weight: 500;
}
.kbd {
diff --git a/docs/index.html b/docs/index.html
index 64e6cb2..efcca88 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -43,17 +43,17 @@
はじめに
「ふりがなパッド」は、ふりがなをうった文章をかんたんにつくれるテキスト エディターです。「ひらがなIME」といっしょにつかうと、漢字に自動的にふりがなをふっていきます。
-
+
+
ふりがなについて
こども用の本には、すべての漢字にふりがなをふってある本もすくなくありません。そうしたふりがなのつけかたを「総ふりがな」とか「総ルビ」といいます。
さいきんは、おとなも「やさしい日本語」でかいた文章をみたり、かいたりする機会がふえてきました。「やさしい日本語」の文章も漢字にふりがながふってあります。
いまはウェブブラウザも、ふりがなをふつうに表示できるようになっています。「ふりがなパッド」は、総ルビの文章をかんたんに作成したり編集したりできるようにつくられています。
-
-
Copyright 2019-2021 Esrille Inc.
+
+
Copyright 2019-2022 Esrille Inc.