https://github.com/robot-inventor/font-collection
お気に入りのフォントたち。
https://github.com/robot-inventor/font-collection
Last synced: 12 months ago
JSON representation
お気に入りのフォントたち。
- Host: GitHub
- URL: https://github.com/robot-inventor/font-collection
- Owner: Robot-Inventor
- License: mit
- Created: 2024-10-15T08:20:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T05:55:32.000Z (about 1 year ago)
- Last Synced: 2025-03-21T09:45:42.978Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨Font Collection
お気に入りのフォントたち。
## 📚フォント一覧
### JetBrains Mono
- 🖋️種類:`monospace`
- 💬対応言語:英語
- 💡主な用途:コーディング, デザイン
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://www.jetbrains.com/ja-jp/lp/mono/)
### League Mono
- 🖋️種類:`monospace`
- 💬対応言語:英語
- 💡主な用途:コーディング, デザイン
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://www.theleagueofmoveabletype.com/league-mono)
### League Spartan
- 🖋️種類:`sans-serif`
- 💬対応言語:英語
- 💡主な用途:デザイン
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://www.theleagueofmoveabletype.com/league-spartan)
### Mona Sans
- 🖋️種類:`sans-serif`
- 💬対応言語:英語
- 💡主な用途:デザイン
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://github.com/mona-sans)
### Monaspace
- 🖋️種類:`monospace`
- 💬対応言語:英語
- 💡主な用途:コーディング
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://monaspace.githubnext.com/)
### Moralerspace
- 🖋️種類:`monospace`
- 💬対応言語:日本語
- 💡主な用途:コーディング
- ⚙️可変フォント:非対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://github.com/yuru7/moralerspace)
### Noto Sans JP
- 🖋️種類:`sans-serif`
- 💬対応言語:日本語
- 💡主な用途:デザイン, 文書
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://fonts.google.com/noto/specimen/Noto+Sans+JP)
### Noto Serif JP
- 🖋️種類:`serif`
- 💬対応言語:日本語
- 💡主な用途:デザイン, 文書
- ⚙️可変フォント:対応
- 📜ライセンス:[SIL Open Font License 1.1](https://openfontlicense.org/open-font-license-official-text/)
- 🌐公式サイト:[リンク](https://fonts.google.com/noto/specimen/Noto+Sans+JP)
## 💻開発
`README.md`は、`script/generate.ts`から生成されます。これを実行するには、次のコマンドを入力します。
```sh
npm run generate
```