Skip to content

Commit

Permalink
Add GitHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrac authored and Qrac committed Oct 7, 2016
1 parent 422d0e7 commit 1e3cfc0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@

```
// Full
<link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css">
// Small
<link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp_s.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp_s.min.css">
```

### npm
Expand Down
7 changes: 4 additions & 3 deletions dist/css/yakuhanjp.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*! ==================================================
* Webfonts Title: Yaku Han JP
* Version: 1.3
* Web Fonts Title: Yaku Han JP
* Version: 1.3.1
* GitHub URL: https://github.com/qrac/yakuhanjp
* Author: Qrac
* URL: https://twitter.com/Qrac_jp
* Author URL: https://twitter.com/Qrac_jp
* "Noto Sans CJK JP" licensed under the SIL Open Font License
* https://www.google.com/get/noto/#/
=================================================== */
Expand Down
7 changes: 4 additions & 3 deletions dist/css/yakuhanjp.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions dist/css/yakuhanjp_s.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*! ==================================================
* Webfonts Title: Yaku Han JP Small Amount
* Version: 1.3
* Web Fonts Title: Yaku Han JP Small Amount
* Version: 1.3.1
* GitHub URL: https://github.com/qrac/yakuhanjp
* Author: Qrac
* URL: https://twitter.com/Qrac_jp
* Author URL: https://twitter.com/Qrac_jp
* "Noto Sans CJK JP" licensed under the SIL Open Font License
* https://www.google.com/get/noto/#/
=================================================== */
Expand Down
7 changes: 4 additions & 3 deletions dist/css/yakuhanjp_s.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</svg>
<h1 class="-title">Yaku Han JP</h1>
<h2 class="-disc">“Yakumono-Hankaku” Only Web Fonts</h2>
<p class="-version">v1.3.0</p><a href="https://github.com/qrac/yakuhanjp" class="-github">
<p class="-version">v1.3.1</p><a href="https://github.com/qrac/yakuhanjp" class="-github">
<svg class="-svg -svg_github">
<use xlink:href="#-svg_github"></use>
</svg><span>GitHub</span></a>
Expand Down Expand Up @@ -104,10 +104,10 @@ <h4 class="-type">Small Amount Version</h4>
<h3 class="-heading">How To Use</h3>
<h4 class="-type">CDN</h4>
<pre class="-pre">// Full
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp.min.css"&gt;
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css"&gt;

// Small
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp_s.min.css"&gt;</pre>
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp_s.min.css"&gt;</pre>
<h4 class="-type">npm</h4>
<pre class="-pre">npm install yakuhanjp</pre>
<h4 class="-type">DATA</h4>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yakuhanjp",
"description": "Yakumono-Hankaku Only Web Fonts",
"version": "1.3.0",
"version": "1.3.1",
"style": "dist/css/yakuhanjp.css",
"keywords": ["font", "webfont", "yakuhan", "yakumono", "hankaku", "japanese"],
"homepage": "https://github.com/qrac/yakuhanjp",
Expand Down
6 changes: 3 additions & 3 deletions src/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ html(lang="ja")
svg.-svg.-svg_logo_YakuHanJP: use(xlink:href="#-svg_logo_YakuHanJP")
h1.-title Yaku Han JP
h2.-disc “Yakumono-Hankaku” Only Web Fonts
p.-version v1.3.0
p.-version v1.3.1
a.-github(href="https://github.com/qrac/yakuhanjp")
svg.-svg.-svg_github: use(xlink:href="#-svg_github")
span GitHub
Expand Down Expand Up @@ -86,10 +86,10 @@ html(lang="ja")
h4.-type CDN
pre.-pre.
// Full
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp.min.css"&gt;
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css"&gt;

// Small
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.0/css/yakuhanjp_s.min.css"&gt;
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp_s.min.css"&gt;
h4.-type npm
pre.-pre.
npm install yakuhanjp
Expand Down

0 comments on commit 1e3cfc0

Please sign in to comment.