Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Mar 13, 2015
1 parent 8f4c342 commit 8d51666
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
更新紀錄 CHANGELOG
===

v3.1.1(2015-3-14)
---
1. 字體發布檔案不再使用符號連接方式搬移

v3.1.0(2015-3-11)
---
1. 修正使用https協議的網頁可能顯示警告的問題(#65
Expand Down
12 changes: 6 additions & 6 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,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.1.0/han.min.css">
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.1.1/han.min.css">
````

JavaScript,

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

Web fonts,

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

## How to use

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

* * *
Han.css v3.1.0
Last-modified: 2015-3-12 16:33 (GMT+8)
Han.css v3.1.1
Last-modified: 2015-3-14 01:47 (GMT+8)
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
[cdnjs]: http://cdnjs.com/libraries/han

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

腳本,

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

Web字體,

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

## 使用方式

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

* * *
「漢字標準格式」版本:v3.1.0
本頁最後修改於:2015年3月12日 16:33(GMT+8)
「漢字標準格式」版本:v3.1.1
本頁最後修改於:2015年3月14日 01:47(GMT+8)

0 comments on commit 8d51666

Please sign in to comment.