mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
formatting
This commit is contained in:
parent
0963e23689
commit
fbfc1141eb
@ -16,13 +16,13 @@ Outline formats
|
|||||||
|
|
||||||
List all fonts:
|
List all fonts:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
fc-list
|
fc-list
|
||||||
```
|
```
|
||||||
|
|
||||||
To search for monospace fonts supporting a particular Unicode codepoint:
|
To search for monospace fonts supporting a particular Unicode codepoint:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
fc-match -s monospace:charset=1F4A9
|
fc-match -s monospace:charset=1F4A9
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -35,32 +35,32 @@ Install fonts with _Unicode_ keyword.
|
|||||||
## installation
|
## installation
|
||||||
|
|
||||||
|
|
||||||
```
|
```shell
|
||||||
sudo pacman -S --needed noto-fonts
|
sudo pacman -S --needed noto-fonts
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```shell
|
||||||
aur sync -c ttf-google-fonts-git
|
aur sync -c ttf-google-fonts-git
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```shell
|
||||||
aur sync -c ttf-ms-fonts
|
aur sync -c ttf-ms-fonts
|
||||||
```
|
```
|
||||||
|
|
||||||
* https://typeof.net/Iosevka/
|
* [https://typeof.net/Iosevka/]()
|
||||||
|
|
||||||
```
|
```shell
|
||||||
aur sync -c ttf-iosevka
|
aur sync -c ttf-iosevka
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```shell
|
||||||
aur sync -c ttf-iosevka-term
|
aur sync -c ttf-iosevka-term
|
||||||
```
|
```
|
||||||
|
|
||||||
## emoji font
|
## 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
|
sudo pacman -S --needed noto-fonts-emoji
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user