Skip to content

Commit feef2c0

Browse files
authored
Correct ebpaj fonts patch to NFC
PR #77
2 parents e100d69 + dc24d2d commit feef2c0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Readium CSS provides styles for reflowable text:
1515
- media overlays and user highlights;
1616
- a set of baselines and recommendations for accessibility, overrides, and internationalization.
1717

18-
**Readium CSS is currently in alpha** (version `1.0.0-alpha.3`).
18+
**Readium CSS is currently in alpha** (version `1.0.0-alpha.4`).
1919

2020
## License
2121

css/src/ReadiumCSS-ebpaj_fonts_patch.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dc:description id="ebpaj-guide">ebpaj-guide-1.0</dc:description>
1818
- version 1.1:
1919
<meta property="ebpaj:guide-version">1.1</meta>
20-
*/
20+
*/
2121

2222
/* 横組み用 (horizontal writing) */
2323

@@ -41,7 +41,7 @@
4141
local("Hiragino Kaku Gothic Pro W3"),
4242
local("ヒラギノ角ゴ Pro W3"),
4343
local("Hiragino Sans GB"),
44-
local("ヒラギノ角ゴシック W3"),
44+
local("ヒラギノ角ゴシック W3"),
4545
local("游ゴシック"),
4646
local("YuGothic"),
4747
local("MS ゴシック"),
@@ -71,7 +71,7 @@
7171
local("Hiragino Kaku Gothic Pro W3"),
7272
local("ヒラギノ角ゴ Pro W3"),
7373
local("Hiragino Sans GB"),
74-
local("ヒラギノ角ゴシック W3"),
74+
local("ヒラギノ角ゴシック W3"),
7575
local("游ゴシック"),
7676
local("YuGothic"),
7777
local("MS Pゴシック"),

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Readium CSS provides styles for reflowable text:
1313
- media overlays and user highlights;
1414
- a set of baselines and recommendations for accessibility, overrides, and internationalization.
1515

16-
**Readium CSS is currently in alpha** (version `1.0.0-alpha.3`).
16+
**Readium CSS is currently in alpha** (version `1.0.0-alpha.4`).
1717

1818
## Contents
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "readium-css",
33
"description": "A set of reference stylesheets for EPUB Reading Systems",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"homepage": "https://github.com/readium/readium-css",
66
"license": "BSD-3-Clause",
77
"keywords": [

0 commit comments

Comments
 (0)