LoginSignup
12
11

More than 3 years have passed since last update.

Ricty Diminishedフォントをいろいろなところに設定する方法

Last updated at Posted at 2017-10-17

Ricty Diminishedを取得する

方法1.サイトからダウンロードする

Ricty Diminishedのサイトからフォントをダウンロードして解凍する。
Screen Shot 2017-10-10 at 22.01.01.png

方法2.(Macのみ)Homebrewを使う

HomebrewでRicty Diminishedをインストールする方法 - Qiita

方法3.git cloneを使う

# 単純にcloneする
$ git clone https://github.com/edihbrandon/RictyDiminished.git
Cloning into 'RictyDiminished'...
remote: Enumerating objects: 25, done.
remote: Total 25 (delta 0), reused 0 (delta 0), pack-reused 25
Unpacking objects: 100% (25/25), done.

# RictyDiminished配下にフォントファイルを取得できる
$ find RictyDiminished/ -type f -maxdepth 1
RictyDiminished/.uuid
RictyDiminished/README.md
RictyDiminished/RictyDiminished-Bold.ttf
RictyDiminished/RictyDiminished-BoldOblique.ttf
RictyDiminished/RictyDiminished-Oblique.ttf
RictyDiminished/RictyDiminished-Regular.ttf
RictyDiminished/RictyDiminishedDiscord-Bold.ttf
RictyDiminished/RictyDiminishedDiscord-BoldOblique.ttf
RictyDiminished/RictyDiminishedDiscord-Oblique.ttf
RictyDiminished/RictyDiminishedDiscord-Regular.ttf

〇〇に設定する

まずはOSに設定する

CentOS

# (なかったら)フォントを格納するディレクトリを作る
$ mkdir ~/.fonts
# フォントを格納するディレクトリへ入れる
$ mv RictyDiminished*.ttf ~/.fonts/.
$ cd ~/.fonts/

# 処理中のフォントディレクトリを表示(-v)しながら全て(-f)のフォントキャッシュを更新(fc-cache)する
$ fc-cache -fv
/usr/share/fonts: caching, new cache contents: 0 fonts, 8 dirs
/usr/share/fonts/abattis-cantarell: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs
/usr/share/fonts/google-crosextra-caladea: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/google-crosextra-carlito: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/google-noto-emoji: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/ipa-gothic: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/liberation: caching, new cache contents: 16 fonts, 0 dirs
/usr/share/fonts/opensymbol: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/X11/fonts/Type1: caching, new cache contents: 13 fonts, 0 dirs
/usr/share/X11/fonts/TTF: skipping, no such directory
/usr/local/share/fonts: skipping, no such directory
/home/ponsuke/.local/share/fonts: skipping, no such directory
/home/ponsuke/.fonts: caching, new cache contents: 8 fonts, 0 dirs
# 省略
/usr/bin/fc-cache-64: succeeded

Mac

  • 環境 : macOS Mojave バージョン10.14.5
  1. Font Book を起動する。
    • Screen Shot 2017-10-10 at 22.10.12.png
  2. 任意のCollectionで右クリック > [Add Fonts...]
    • Screen Shot 2017-10-10 at 22.14.50.png
  3. 解凍したフォルダを選択する
  4. 終わり
    • Screen Shot 2017-10-10 at 22.18.09.png

Windows10

  • 環境 : Windows10 64bit
  1. エクスプローラを起動する
  2. パスの部分にコントロール パネル\デスクトップのカスタマイズ\フォントを張り付ける
    • WS000001.JPG
  3. ダウンロードしたフォント(README.md以外)をドラッグアンドドロップする
    • キャプチャ.PNG

アプリに設定する

xfc4-terminal(CentOSで使っているターミナル)

  1. [Edit] > [Preferences...] > [Appearance]タブ
  2. [Use System font]にチェックが入っていたら外す
  3. [Use System font]の横でRicty Dimished系のフォントを選択

SublimeText3

  • 環境 : Sublime Text Version 3.2.1
  1. [Sublime Text] > [Preference] > [Setting]で設定ファイルを開く
  2. [User]側に"font_face": "Ricty Diminished",を追記する
  3. 保存して終わり

A5:SQL Mk-2

キャプチャ.PNG

1. メニューバーの[設定] > [全般]タブ > [フォント]と[グリッドフォント] > 「Ricty Diminished」を選択する
WS000000.JPG
2. [SQLエディタ]タブ > [フォント] > 「Ricty Diminished」を選択する > [OK]
WS000000.JPG

Eclipse

  • Eclipse Kepler Service Release2(Windows)
    1. 設定ダイアログ(F10) > [一般] > [外観] > [色とフォント] > [Java エディター・テキスト・フォント] > [編集]ボタン
    2. 「Ricty Diminished」を選択する > [OK]
    3. キャプチャ.PNG
  • Eclipse Version: 1.2.2.20100217-2310(CentOS7)
    1. [Window] > [Preferences] > [General] > [Appearance] > [Colors and Fonts] > 設定したいもの > [Edit]ボタン
    2. 「Ricty Diminished」を選択する > [OK]

Evernote

環境
WS000000.JPG

  1. [フォーマット] > [フォント]
  2. WS000001.JPG

Git Bash

  1. ウィンドウの左上端あたりを右クリック > [Options...]でダイアログを表示
    • image.png
  2. [Text] > [Font] > [Select]ボタンでダイアログを表示
  3. [フォント名]で「Ricty Diminished」を選択する > [OK]

Visual Studio

  • 環境 : Visual Studio Community 2017
  1. [ツール] > [オプション] > [環境] > [フォントおよび色]
  2. [フォント]で「Ricty Diminished」を選択する > [OK]
12
11
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
12
11