2022-01-16 18:20:39 +00:00
|
|
|
---
|
|
|
|
title: "fonts"
|
2025-02-11 19:47:50 +00:00
|
|
|
tags: [ "distros" ]
|
2022-01-16 18:20:39 +00:00
|
|
|
---
|
2020-01-02 00:04:35 +00:00
|
|
|
# Basics
|
|
|
|
|
|
|
|
Update font-cache:
|
|
|
|
|
2025-02-12 14:01:15 +00:00
|
|
|
```sh
|
|
|
|
su root
|
2023-06-17 19:28:20 +00:00
|
|
|
fc-cache
|
|
|
|
```
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
List fonts:
|
|
|
|
|
2025-02-12 14:01:15 +00:00
|
|
|
```sh
|
2023-06-17 19:28:20 +00:00
|
|
|
fc-list
|
|
|
|
```
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
Grab the part of the font name you need for Xresources:
|
|
|
|
|
2025-02-12 14:01:15 +00:00
|
|
|
```sh
|
2023-06-17 19:28:20 +00:00
|
|
|
fc-list | cut -d: -f2
|
|
|
|
```
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
Add field 3 for styles.
|