ライセンスは著作権表示などを行なうことで商用/非商用を問わず無料で利用可能な「SIL Open Font License 1.1」。Google Fontsへの提供に伴い、GitHubでもフォントの公開を開始している。
この記事を書いている現在はまだGoogle Fontsでは公開されていないようです.
GitHubからは.ttfが入手できるので試してみます.
$ wget \ (1)
https://github.com/fontworks-fonts/Klee/raw/master/fonts/ttf/KleeOne-Regular.ttf \
https://github.com/fontworks-fonts/Klee/raw/master/fonts/ttf/KleeOne-SemiBold.ttf \
https://github.com/fontworks-fonts/Train/raw/master/fonts/ttf/TrainOne-Regular.ttf \
https://github.com/fontworks-fonts/Stick/raw/master/fonts/ttf/Stick-Regular.ttf \
https://github.com/fontworks-fonts/RocknRoll/raw/master/fonts/ttf/RocknRollOne-Regular.ttf \
https://github.com/fontworks-fonts/Reggae/raw/master/fonts/ttf/ReggaeOne-Regular.ttf \
https://github.com/fontworks-fonts/Rampart/raw/master/fonts/ttf/RampartOne-Regular.ttf \
https://github.com/fontworks-fonts/DotGothic16/raw/master/fonts/ttf/DotGothic16-Regular.ttf
$ mkdir -p ~/.local/share/fonts/fontworks (2)
$ mv *.ttf ~/.local/share/fonts/fontworks/ (3)
$ fc-cache -fv (4)
$ fc-list | grep -i fontworks (5)
/home/matoken/.local/share/fonts/fontworks/Stick-Regular.ttf: ステッキ,Stick:style=Regular
/home/matoken/.local/share/fonts/fontworks/DotGothic16-Regular.ttf: ドットゴシック16,DotGothic16:style=Regular
/home/matoken/.local/share/fonts/fontworks/TrainOne-Regular.ttf: トレイン One,Train One:style=Regular
/home/matoken/.local/share/fonts/fontworks/RampartOne-Regular.ttf: ランパート One,Rampart One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-Regular.ttf: クレー One,Klee One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-SemiBold.ttf: クレー One,Klee One,Klee One SemiBold:style=SemiBold,Regular
/home/matoken/.local/share/fonts/fontworks/RocknRollOne-Regular.ttf: ロックンロール One,RocknRoll One:style=Regular
/home/matoken/.local/share/fonts/fontworks/ReggaeOne-Regular.ttf: レゲエ One,Reggae One:style=Regular
- 利用したいフォントをダウンロード(ここではすべて)
- フォント格納ディレクトリ作成
- ダウンロードしたフォントを移動
- フォントが使えるようにキャッシュファイルを更新
- フォントが登録されているか確認
Note
|
システムワイドの場合は /usr/share/fonts/ 以下にフォントを配置します.$ sudo mkdir /usr/share/fonts/truetype/fontworks $ sudo mv *.ttf /usr/share/fonts/truetype/fontworks |
早速試してみます.LibreOffice Writerで表示したところです.普通に使えていそうです :)
さて,ライセンス的には著作権表示をすれば商用,非商用問わず無料で利用できるようなのですが,記憶力に自信がないのでしばらくすると著作編表示を忘れて使ってしまいそうです.ということで一旦消しておきます…….
$ rm -r ~/.local/share/fonts/fontworks
$ fc-cache -fv
$ fc-list | grep -i fontworks
環境
$ dpkg-query -W fontconfig
fontconfig 2.13.1-4.2
$ lsb_release -dr
Description: Debian GNU/Linux bullseye/sid
Release: unstable
$ uname -m
x86_64
追記 2021-02-07
Debian sid adm64にDebianパッケージとして提供されました.
Debian11に向けて、 @Fontworks_Inc さんがGitHubで公開している8書体について、Debian パッケージとして提供はじめました
fonts-train
fonts-stick
fonts-reggae
fonts-rocknroll
fonts-klee (2書体梱包)
fonts-rampart
fonts-dotgothic16— henrich (@henrich) February 7, 2021
apt installで簡単に導入できるようになりました :)
パッケージでの導入例
$ sudo apt update (1) $ apt-cache search fontworks (2) fonts-dotgothic16 - TrueType font based on the old 16x16 Gothic bitmap fonts-klee - script font handwritten by pencil or pen fonts-rampart - unique outline shadow font made in the image of 3-D blocks fonts-reggae - display font often used in Japanese boys' magazines and digital content fonts-rocknroll - pop-style font fonts-stick - font designed with straight lines, wide versatility for use fonts-train - gothic-style typeface made with an outer and inner line $ sudo apt install fonts-dotgothic16 fonts-klee fonts-rampart fonts-reggae fonts-rocknroll fonts-stick fonts-train (3) $ dpkg-query -W fonts-dotgothic16 fonts-klee fonts-rampart fonts-reggae fonts-rocknroll fonts-stick fonts-train (4) fonts-dotgothic16 1.000-20210120-2 fonts-klee 1.000-20210121-2 fonts-rampart 1.000-20210120-2 fonts-reggae 1.000-20210120-2 fonts-rocknroll 1.000-20210120-2 fonts-stick 1.000-20210120-2 fonts-train 1.000-20210120-2 $ fc-list | grep -i fontworks (5) /home/matoken/.local/share/fonts/fontworks/Stick-Regular.ttf: ステッキ,Stick:style=Regular /home/matoken/.local/share/fonts/fontworks/DotGothic16-Regular.ttf: ドットゴシック16,DotGothic16:style=Regular /home/matoken/.local/share/fonts/fontworks/TrainOne-Regular.ttf: トレイン One,Train One:style=Regular /home/matoken/.local/share/fonts/fontworks/RampartOne-Regular.ttf: ランパート One,Rampart One:style=Regular /home/matoken/.local/share/fonts/fontworks/KleeOne-Regular.ttf: クレー One,Klee One:style=Regular /home/matoken/.local/share/fonts/fontworks/KleeOne-SemiBold.ttf: クレー One,Klee One,Klee One SemiBold:style=SemiBold,Regular /home/matoken/.local/share/fonts/fontworks/RocknRollOne-Regular.ttf: ロックンロール One,RocknRoll One:style=Regular /home/matoken/.local/share/fonts/fontworks/ReggaeOne-Regular.ttf: レゲエ One,Reggae One:style=Regular
- パッケージ情報の更新
- フォントの検索
- フォントパッケージの導入
- フォントパッケージの確認
- フォントの確認