https://github.com/qrac/yakuhanjp-ex
Yakumono-Hankaku Only Web Fonts (Experimental version)
https://github.com/qrac/yakuhanjp-ex
font hankaku japanese webfont yakuhan yakuhanjp yakumono
Last synced: 4 months ago
JSON representation
Yakumono-Hankaku Only Web Fonts (Experimental version)
- Host: GitHub
- URL: https://github.com/qrac/yakuhanjp-ex
- Owner: qrac
- Created: 2018-07-16T11:47:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T09:03:25.000Z (over 6 years ago)
- Last Synced: 2025-08-13T15:39:27.261Z (10 months ago)
- Topics: font, hankaku, japanese, webfont, yakuhan, yakuhanjp, yakumono
- Language: CSS
- Homepage:
- Size: 357 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yaku Han JP - EX
## About
"Yaku Han JP EX"は、"[Yaku Han JP][link-yakuhanjp-repo]"の実験的なバージョンです。
## Install
```
npm install yakuhanjp-ex
```
## YakuHanJP-EX-Science

YakuHanJP に理工系文章のカンマ `,` とピリオド `.` を加えたバージョンです(ゴシック体のみ)。
```
// YakuHanJP-EX-Science
,.、。!?〈〉《》「」『』【】〔〕・():;[]{}
```
※バグ回避のため、`.notdef` `space` `ellipsis` が含まれています
- font-weight: 100; // Thin
- font-weight: 200; // Light
- font-weight: 300; // DemiLight
- font-weight: 400; // Regular
- font-weight: 500; // Medium
- font-weight: 700; // Bold
- font-weight: 900; // Black
```html
```
```css
.yakuhanjp {
font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium",
sans-serif;
}
```
## YakuHanJP-EX-Emotion

YakuHanJP から感嘆符・疑問符を抜いたもの(ゴシック体のみ)。Emotion とは無感情の意を表しています。
```
、。〈〉《》「」『』【】〔〕・():;[]{}
```
※バグ回避のため、`.notdef` `space` `ellipsis` が含まれています
- font-weight: 100; // Thin
- font-weight: 200; // Light
- font-weight: 300; // DemiLight
- font-weight: 400; // Regular
- font-weight: 500; // Medium
- font-weight: 700; // Bold
- font-weight: 900; // Black
```html
```
```css
.yakuhanjp-ex-emotion {
font-family: YakuHanJP-EX-Emotion, "Hiragino Sans", Meiryo,
"Yu Gothic Medium", sans-serif;
}
```
## ~~YakuHanJP-EX-CDN-SCSS~~
~~SCSS ファイルで CDN フォントファイルを呼び出すバージョンです。`npm install` してプロジェクトの SCSS ファイルから各 SCSS ファイルをインポートします。~~
SCSS ファイル での CDN 読み込みは、[本家 Yaku Han JP][link-yakuhanjp-repo] で対応しました。そちらをお使いください。
## Support
| Chrome | Firefox | IE | Ege | Opera | Safari(Mac) |
| :----: | :-----: | :-: | :-: | :---: | :---------: |
| 55~ | 50~ | 9~ | 14~ | 36~ | 6~ |
| Safari(iOS) | Chrome(Android) | Browser(Android) |
| :---------: | :-------------: | :--------------: |
| 7~ | 51~ | 4.4~ |
## License
- Yaku Han JP EX : SIL OFL 1.1
- Author : [Qrac][link-twitter]
- Author Group: [QRANOKO][link-qranoko]
- Gothic fonts : Based on ["Noto Sans CJK JP"][link-notosans] licensed under the SIL OFL 1.1
[link-yakuhanjp-repo]: https://github.com/qrac/yakuhanjp
[link-download]: https://github.com/qrac/yakuhanjp-ex/archive/master.zip
[link-npm]: https://www.npmjs.com/package/yakuhanjp-ex
[link-jsdelivr]: https://cdn.jsdelivr.net/npm/yakuhanjp-ex/
[link-notosans]: https://www.google.com/get/noto/#sans-jpan
[link-notoserif]: https://www.google.com/get/noto/#serif-jpan
[link-roundedmplus1c]: http://jikasei.me/font/rounded-mplus/
[link-twitter]: https://twitter.com/Qrac_JP
[link-qranoko]: https://qranoko.jp