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 ```