https://github.com/rxon/cross-platform-yu-gothic
Cross-platform 游ゴシック
https://github.com/rxon/cross-platform-yu-gothic
cross-platform font-face yu-gothic
Last synced: about 1 year ago
JSON representation
Cross-platform 游ゴシック
- Host: GitHub
- URL: https://github.com/rxon/cross-platform-yu-gothic
- Owner: rxon
- License: mit
- Created: 2016-11-13T20:21:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T07:59:16.000Z (over 9 years ago)
- Last Synced: 2025-06-10T01:17:59.754Z (about 1 year ago)
- Topics: cross-platform, font-face, yu-gothic
- Language: CSS
- Homepage: https://rxon.now.sh/crossPlatformYu.md
- Size: 32.2 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cross-platform-yu-gothic
> @font-face to use **游ゴシック** in Cross-platform.
## Install
```
$ npm install cross-platform-yu-gothic --save
```
## Usage
```css
@import 'cross-platform-yu-gothic'
body {
font-family: cross-platform-yu-gothic, sans-serif;
}
```
## Inspirated
- [モダン日本語フォント指定](https://speakerdeck.com/tacamy/modanri-ben-yu-huontozhi-ding) - This slide proposes to use font-face to use 游ゴシック on cross platform.
## License
MIT © [rxon](https://github.com/rxon)