0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2026年02月版】Ubuntu24.04で RictyDiminished をターミナルのフォントとして使う方法メモ

0
Last updated at Posted at 2026-02-21

はじめに

Claude Code とか CLI 使う時に日本語を RictyDiminished で表示したい時のメモ

やり方

GitHubから取得

git clone https://github.com/watiko/fonts-rictydiminished.git

コピー

sudo mkdir -p /usr/local/share/fonts/ricty
sudo mv RictyDiminished-*.ttf /usr/local/share/fonts/ricty/

フォントキャッシュのリフレッシュ

fc-cache -fv

確認

fc-list | grep Ricty

設定

ターミナルの設定では、等幅フォントとして認識されないため、設定できないので、gsettingsで設定する。

gsettings set org.gnome.desktop.interface monospace-font-name "Ricty Diminished 12"

デフォルト設定を書き換えているので、ターミナルの設定などでカスタムにしていると反映されない。
その場合は、カスタム設定を外すとRicty Diminishedが反映される。

さいごに

簡単でしたね

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?