An open API service indexing awesome lists of open source software.

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 游ゴシック

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)