ラベル GoogleFonts の投稿を表示しています。 すべての投稿を表示
ラベル GoogleFonts の投稿を表示しています。 すべての投稿を表示

2021年10月4日月曜日

Debian 11(Bullseye), Ubuntu 20.04, Raspberry Piに筆記体のフォントをインストールする(Google Fonts)

Debian 11(Bullseye), Ubuntu 20.04, Raspberry Piに筆記体のフォントをインストールするには、以下の手順を実行します。

〇Debian 11(Bullseye)の画面

〇Ubuntu 20.04の画面

〇Raspbian Busterの画面

筆記体フォントのインストール手順

以下のコマンドを実行します。
sudo mkdir -p /usr/share/fonts/googlefonts

cd /usr/share/fonts/googlefonts

sudo wget https://github.com/googlefonts/ephesis/raw/master/fonts/otf/Ephesis-Regular.otf

sudo wget https://github.com/googlefonts/birthstone/raw/master/fonts/otf/Birthstone-Regular.otf

sudo wget https://github.com/googlefonts/bonheur-royale/raw/master/fonts/otf/BonheurRoyale-Regular.otf

sudo wget https://github.com/googlefonts/italianno/raw/master/fonts/otf/Italianno-Regular.otf

sudo wget https://github.com/googlefonts/great-vibes/raw/master/fonts/otf/GreatVibes-Regular.otf

sudo wget https://github.com/googlefonts/SacramentoFont/raw/main/fonts/ttf/Sacramento-Regular.ttf

sudo wget https://github.com/googlefonts/TangerineFont/raw/main/fonts/ttf/Tangerine-Regular.ttf

sudo fc-cache -f -v

関連情報

Shotcutで「テキスト:リッチテキスト」フィルタを使用して、動画画面の上に修飾付きテキストを表示する

Kdenliveで動画にタイトルを追加する

Flowbladeでタイトルを追加する

OpenShotで動画上にタイトルをつける

Pitiviで動画にタイトルをつける