Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Jun 29, 2015
1 parent 1c1770e commit 03b050a
Show file tree
Hide file tree
Showing 19 changed files with 987 additions and 344 deletions.
12 changes: 6 additions & 6 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ 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.4/han.min.css">
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.5/han.min.css">
````

JavaScript,

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

Web fonts,

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

## How to use

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.4
Last-modified: 2015-6-28 15:53 (UTC+8)
Han.css v3.2.5
Last-modified: 2015-6-29 15:38 (UTC+8)

12 changes: 6 additions & 6 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
[cdnjs]: http://cdnjs.com/libraries/han

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

JavaScript

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

Webフォント

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

## 使用方式

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

* * *
漢字標準格式 v3.2.4
Last-modified: 2015-6-28 15:53 (UTC+8)
漢字標準格式 v3.2.5
Last-modified: 2015-6-29 15:38 (UTC+8)
Translator: [神場雅史][translator] (Jimba Masafumi, [@westantenna][trans-twr])

[translator]: http://westantenna.com
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
[cdnjs]: http://cdnjs.com/libraries/han

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

腳本,

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

Web字體,

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

## 使用方式

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

* * *
「漢字標準格式」版本:v3.2.4
本頁最後修改於:2015年6月28日 15:53(UTC+8)
「漢字標準格式」版本:v3.2.5
本頁最後修改於:2015-6-29 15:37(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.4",
"version": "3.2.5",
"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.4",
"version": "3.2.5",
"description": "The CSS typography framework optimised for Hanzi.",
"author": "Chen Yijun",
"keywords": [
Expand Down
74 changes: 37 additions & 37 deletions dist/han.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/han.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* 漢字標準格式 v3.2.4 | MIT License | css.hanzi.co
* 漢字標準格式 v3.2.5 | MIT License | css.hanzi.co
* Han.css: the CSS typography framework optimised for Hanzi
*/

Expand All @@ -26,7 +26,7 @@ var root = document.documentElement

var body = document.body

var VERSION = '3.2.4'
var VERSION = '3.2.5'

var ROUTINE = [
// Initialise the condition with feature-detecting
Expand Down
4 changes: 2 additions & 2 deletions dist/han.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/han.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "han-css",
"version": "3.2.4",
"version": "3.2.5",
"description": "The CSS typography framework optimised for Hanzi",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/counter-han.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/em-han.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/generics-han.css

Large diffs are not rendered by default.

Loading

0 comments on commit 03b050a

Please sign in to comment.