From fbfc1141eb9414d70efd637556431e67e37873ad Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 24 Apr 2022 19:38:51 +0200 Subject: [PATCH] formatting --- pkg/de-p1st-font/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkg/de-p1st-font/README.md b/pkg/de-p1st-font/README.md index e91dc98..f4bc575 100644 --- a/pkg/de-p1st-font/README.md +++ b/pkg/de-p1st-font/README.md @@ -16,13 +16,13 @@ Outline formats List all fonts: -``` +```shell fc-list ``` To search for monospace fonts supporting a particular Unicode codepoint: -``` +```shell fc-match -s monospace:charset=1F4A9 ``` @@ -35,32 +35,32 @@ Install fonts with _Unicode_ keyword. ## installation -``` +```shell sudo pacman -S --needed noto-fonts ``` -``` +```shell aur sync -c ttf-google-fonts-git ``` -``` +```shell aur sync -c ttf-ms-fonts ``` -* https://typeof.net/Iosevka/ +* [https://typeof.net/Iosevka/]() -``` +```shell aur sync -c ttf-iosevka ``` -``` +```shell aur sync -c ttf-iosevka-term ``` ## emoji font -* https://wiki.archlinux.org/index.php/Fonts#Emoji_and_symbols +- [https://wiki.archlinux.org/index.php/Fonts#Emoji_and_symbols]() -``` +```shell sudo pacman -S --needed noto-fonts-emoji ```