lk/distros/arch/fonts.md

27 lines
247 B
Markdown
Raw Normal View History

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
fc-cache
```
2020-01-02 00:04:35 +00:00
List fonts:
2025-02-12 14:01:15 +00:00
```sh
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
fc-list | cut -d: -f2
```
2020-01-02 00:04:35 +00:00
Add field 3 for styles.