Ubuntuのdiscrodのフォントが奥ゆかしいことになっており、変更してみた。
BetterDiscordのインストール
Discordアプリをいい感じに編集できるBetterDiscordをインストールする。 linuxの場合はgistを読んでコマンドを打つ。
$curl -O https://raw.githubusercontent.com/bb010g/betterdiscordctl/master/betterdiscordctl $chmod +x betterdiscordctl $sudo mv betterdiscordctl /usr/local/bin
discord自体はsnapでいれているので、snapオプションをつけてinstallする
$betterdiscordctl install --snap
フォントの変更
ユーザー設定-> Custom CSSから
* { font-family: "Noto Sans CJK JP" !important; -webkit-font-smoothing: subpixel-antialiased; }