Malin Freeborn
ba8026e0c3
input examples are now given as ```bash input $ARG1 ``` While outputs use md's '> ' sign as a quote.
26 lines
262 B
Markdown
26 lines
262 B
Markdown
---
|
|
title: "fonts"
|
|
tags: [ "Documentation", "distros" ]
|
|
---
|
|
# Basics
|
|
|
|
Update font-cache:
|
|
|
|
```bash
|
|
fc-cache
|
|
```
|
|
|
|
List fonts:
|
|
|
|
```bash
|
|
fc-list
|
|
```
|
|
|
|
Grab the part of the font name you need for Xresources:
|
|
|
|
```bash
|
|
fc-list | cut -d: -f2
|
|
```
|
|
|
|
Add field 3 for styles.
|