Skip to content

Commit

Permalink
3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Jun 19, 2015
1 parent 01cb160 commit f14523c
Show file tree
Hide file tree
Showing 22 changed files with 122 additions and 122 deletions.
16 changes: 8 additions & 8 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Han.css
=======

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.
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.

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

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

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

JavaScript,

````html
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
````

Web fonts,

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

## How to use

1. Include `han.min.css` before all other styles (or import it in Sass).
1. Include `han.min.css` before all other styles (or import it via Sass/Stylus).
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.
3. Or, customise your own rendering routine. [Check out the manual][rendering] for further information.

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

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

16 changes: 8 additions & 8 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
漢字標準格式
==========

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

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

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

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

JavaScript

````html
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
````

Webフォント

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

## 使用方式

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

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

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

[translator]: http://westantenna.com
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
漢字標準格式
==========

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

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

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

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

腳本,

````html
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.3/han.min.js"></script>
````

Web字體,

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

## 使用方式

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

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

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Han",
"version": "3.2.2",
"version": "3.2.3",
"homepage": "http://css.hanzi.co/",
"authors": [
"Chen Yijun (@ethantw)"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Han",
"repo": "ethantw/Han",
"version": "3.2.2",
"version": "3.2.3",
"description": "The CSS typography framework optimised for Hanzi.",
"author": "Chen Yijun",
"keywords": [
Expand Down
Loading

0 comments on commit f14523c

Please sign in to comment.