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?

ubuntuにms系フォントをインストール

Posted at

環境

  • ubuntu22.04

インストーラーのインストール

ターミナルを開き

sudo apt install ttf-mscorefonts-installer

を実行。
途中でライセンスの同意などを求められるのでTabキーとEnterキーで対応。
インストールが完了したらPCを再起動する。

確認

インストールされたフォントは/usr/share/fonts/truetype/msttcorefonts に保存されるので

ls /usr/share/fonts/truetype/msttcorefonts

で見るのもいいし、

fc-list | grep "Times New Roman"

のように探してもいい。
欲しいフォントが見つかっていたらおしまい、

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?