Skip to content

Commit f14523c

Browse files
committed
3.2.3
1 parent 01cb160 commit f14523c

22 files changed

+122
-122
lines changed

README-en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Han.css
88
=======
99

10-
Han.css is a Sass/JavaScript typesetting framework featuring style normalisation to semantic elements, typography and advanced typesetting. Its elegant, standardised Hanzi (CJK) environment provides not only the legacy of reading convention but also the de facto specification in the digital. Han.css is the solution to Hanzi web design for the time being.
10+
Han.css is a Sass/Stylus and JavaScript typesetting framework featuring style normalisation to semantic elements, typography and advanced typesetting. Its elegant, standardised Hanzi (CJK) environment provides not only the legacy of reading convention but also the de facto specification in the digital. Han.css is the solution to Hanzi web design for the time being.
1111

1212
Han.css supports Traditional Chinese, Simplified Chinese and Japanese.
1313

@@ -31,23 +31,23 @@ For high-speed downloads and cache, in need of customisation otherwise, you can
3131
[cdnjs]: http://cdnjs.com/libraries/han
3232

3333
````html
34-
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.css">
34+
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.css">
3535
````
3636

3737
JavaScript,
3838

3939
````html
40-
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
40+
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
4141
````
4242

4343
Web fonts,
4444

45-
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.woff`
46-
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.otf`
45+
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.woff`
46+
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.otf`
4747

4848
## How to use
4949

50-
1. Include `han.min.css` before all other styles (or import it in Sass).
50+
1. Include `han.min.css` before all other styles (or import it via Sass/Stylus).
5151
2. Include the script file, `han.min.js`, according to own requirements. Then add the class name `han-init` onto `<html>` tag to activate DOM-ready rendering.
5252
3. Or, customise your own rendering routine. [Check out the manual][rendering] for further information.
5353

@@ -93,6 +93,6 @@ Contributions are pretty much welcomed. Below goes the list with some useful dev
9393
- Update dependencies: `npm update && gulp dep`
9494

9595
* * *
96-
Han.css v3.2.2
97-
Last-modified: 2015-6-11 15:32 (UTC+8)
96+
Han.css v3.2.3
97+
Last-modified: 2015-6-19 18:39 (UTC+8)
9898

README-ja.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
漢字標準格式
88
==========
99

10-
漢字標準格式(組版標準フォーマット)は、「セマンティック要素のスタイルの標準化」「タイポグラフィ」「ハイレベルな組版」を実現するためのSassとJavaScriptのフレームワークです。美しい見た目と標準化された環境を、漢字文化圏のウェブサイトへ提供するために設計されました。伝統的な読書環境をスクリーン上での事実上の標準仕様とすることで、漢字文化圏のウェブデザインの組版需要に当面の解決策となります。
10+
漢字標準格式(組版標準フォーマット)は、「セマンティック要素のスタイルの標準化」「タイポグラフィ」「ハイレベルな組版」を実現するためのSass/StylusとJavaScriptのフレームワークです。美しい見た目と標準化された環境を、漢字文化圏のウェブサイトへ提供するために設計されました。伝統的な読書環境をスクリーン上での事実上の標準仕様とすることで、漢字文化圏のウェブデザインの組版需要に当面の解決策となります。
1111

1212
漢字標準格式は、中国語繁体字、中国語簡体字および日本語をサポートします。
1313

@@ -33,23 +33,23 @@
3333
[cdnjs]: http://cdnjs.com/libraries/han
3434

3535
````html
36-
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.css">
36+
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.css">
3737
````
3838

3939
JavaScript
4040

4141
````html
42-
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
42+
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
4343
````
4444

4545
Webフォント
4646

47-
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.woff`
48-
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.otf`
47+
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.woff`
48+
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.otf`
4949

5050
## 使用方式
5151

52-
1. 従来から使用しているスタイルより前に、`han.min.css`(もしくは漢字標準格式のSass)を組み込んでください。
52+
1. 従来から使用しているスタイルより前に、`han.min.css`(もしくは漢字標準格式のSass/Stylus)を組み込んでください。
5353
2. 必要に応じて、`han.min.js`を組み込んでください。DOM-readyのレンダリングを有効にするには、`<html>`タグのclassに、`han-init`を追加します。
5454
3. レンダリングをカスタマイズすることも可能です。詳細は[取扱説明書(中国語)][rendering]をお読みください。
5555

@@ -97,8 +97,8 @@ han.jsはDOM環境でのみ動作します。必要な場合は、サーバに[j
9797
- モジュールを更新する:`npm update && gulp dep`
9898

9999
* * *
100-
漢字標準格式 v3.2.2
101-
Last-modified: 2015-6-11 15:32 (UTC+8)
100+
漢字標準格式 v3.2.3
101+
Last-modified: 2015-6-19 18:39 (UTC+8)
102102
Translator: [神場雅史][translator] (Jimba Masafumi, [@westantenna][trans-twr])
103103

104104
[translator]: http://westantenna.com

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
漢字標準格式
88
==========
99

10-
「漢字標準格式」是一個集「語意樣式標準化」「文字設計」「高階排版功能」三大概念的Sass、JavaScript排版框架。其專為漢字網頁提供的美觀而標準化的環境,不僅符合傳統閱讀習慣、更為螢幕閱讀提供了既成標準,得以完整解決現今漢字網頁設計的排版需求。
10+
「漢字標準格式」是一個集「語意樣式標準化」「文字設計」「高階排版功能」三大概念的Sass/Stylus、JavaScript排版框架。其專為漢字網頁提供的美觀而標準化的環境,不僅符合傳統閱讀習慣、更為螢幕閱讀提供了既成標準,得以完整解決現今漢字網頁設計的排版需求。
1111

1212
「漢字標準格式」完整支援繁體中文、簡體中文及日文等三個採用漢字的語言文字。
1313

@@ -31,23 +31,23 @@
3131
[cdnjs]: http://cdnjs.com/libraries/han
3232

3333
````html
34-
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.css">
34+
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.css">
3535
````
3636

3737
腳本,
3838

3939
````html
40-
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
40+
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
4141
````
4242

4343
Web字體,
4444

45-
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.woff`
46-
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/font/han.otf`
45+
- WOFF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.woff`
46+
- OTF `//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/font/han.otf`
4747

4848
## 使用方式
4949

50-
1. 在網頁所有樣式表**引用經編譯的`han.min.css`(或使用Sass)。
50+
1. 在網頁所有樣式表**引用經編譯的`han.min.css`(或使用Sass/Stylus匯入)。
5151
2. 依需求選用腳本`han.min.js`,並在`<html>`元素標籤上加入類別`han-init`以啓用DOM-ready渲染。
5252
3. 或依需求定製渲染方式,詳見[使用手冊][rendering]
5353

@@ -79,6 +79,6 @@ Web字體,
7979
- 更新依賴模組:`npm update && gulp dep`
8080

8181
* * *
82-
「漢字標準格式」版本:v3.2.2
83-
本頁最後修改於:2015年6月11日 15:30(UTC+8)
82+
「漢字標準格式」版本:v3.2.3
83+
本頁最後修改於:2015年6月19日 18:39(UTC+8)
8484

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Han",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"homepage": "http://css.hanzi.co/",
55
"authors": [
66
"Chen Yijun (@ethantw)"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Han",
33
"repo": "ethantw/Han",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"description": "The CSS typography framework optimised for Hanzi.",
66
"author": "Chen Yijun",
77
"keywords": [

0 commit comments

Comments
 (0)