-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFontMenuNameDB
More file actions
43 lines (36 loc) · 836 Bytes
/
FontMenuNameDB
File metadata and controls
43 lines (36 loc) · 836 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!opentype
# This file must be synced to `MM/instances`.
# Entries `l` and `m` are required if this is not a typical
# style-linked Regular/Bold/Italic/BoldItalic family.
# [PostScriptName]
# f= Preferred Family Name
# s= Subfamily Name (Style Name)
# l= Compatible Family Menu Name
# m=1,Macintosh Compatible Full Name
[Halant-Light]
f= Halant
s= Light
l= Halant Light
m=1,Halant Light
[Halant-Regular]
f= Halant
s= Regular
l= Halant
m=1,Halant
[Halant-Medium]
f= Halant
s= Medium
l= Halant Medium
m=1,Halant Medium
[Halant-SemiBold]
f= Halant
s= SemiBold
l= Halant SemiBold
m=1,Halant SemiBold
[Halant-Bold]
f= Halant
s= Bold
l= Halant
m=1,Halant Bold
# Style-linked because of `l` (the same as Regular's)
# and `styles/Bold/fontinfo` (`IsBoldStyle true`).