blob: 88046243e9d6cd18edb1392a3be526119a3f6708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
.TH sans-serif 1 2026-08-10 utils
.SH NAME
sans-serif \- format input without serifs
.SH SYNOPSIS
.B sans-serif
.SH DESCRIPTION
.B sans-serif
reads the standard input and transforms each letter
that has a corresponding
.BR unicode (7)
sans-serif glyph.
This should be the case for the basic Latin alphabet and digits,
bold digits,
as well as bold, italic, and bold italic variants of Latin and Greek.
(Basic Greek letters do not seem to have sans-serif variants.)
.SH BUGS
Currently, only the basic Latin alphabet is done.
.SH EXAMPLES
.BR echo\ this\ text\ |\ sans-serif
.SH SEE ALSO
.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1)
|