Skip to content

Commit f3110fd

Browse files
committed
add premade config and build example for proportional fonts
1 parent 2b9c2c5 commit f3110fd

9 files changed

Lines changed: 41 additions & 0 deletions
424 KB
Binary file not shown.
458 KB
Binary file not shown.
440 KB
Binary file not shown.
427 KB
Binary file not shown.
492 KB
Binary file not shown.
511 KB
Binary file not shown.
487 KB
Binary file not shown.
495 KB
Binary file not shown.

premade-configs/sans-duo.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Configuration for Rec Mono Sans Duo
2+
# Here as an example, or to tweak & use if you wish to
3+
# See README for details.
4+
5+
Family Name: Sans Duo
6+
7+
Fonts:
8+
Regular:
9+
MONO: 0
10+
CASL: 0
11+
wght: 400
12+
slnt: 0
13+
CRSV: 0
14+
Italic:
15+
MONO: 0
16+
CASL: 1
17+
wght: 400
18+
slnt: -10
19+
CRSV: 1
20+
Bold:
21+
MONO: 0
22+
CASL: 0
23+
wght: 750
24+
slnt: 0
25+
CRSV: 0
26+
Bold Italic:
27+
MONO: 0
28+
CASL: 1
29+
wght: 750
30+
slnt: -10
31+
CRSV: 1
32+
33+
# Note: must be set to False if you want to both have a proportional font (MONO < 1) and bake in code ligatures under the "calt" feature
34+
Code Ligatures: False
35+
36+
Features:
37+
- ss03 # Simplified f
38+
- ss05 # Simplified l
39+
- ss08 # Serifless L and Z
40+
- ss09 # Simplified 6 and 9
41+
- ss12 # Simplified @

0 commit comments

Comments
 (0)