-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFontMenuNameDB
More file actions
43 lines (36 loc) · 816 Bytes
/
FontMenuNameDB
File metadata and controls
43 lines (36 loc) · 816 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
[Laila-Light]
f= Laila
s= Light
l= Laila Light
m=1,Laila Light
[Laila-Regular]
f= Laila
s= Regular
l= Laila
m=1,Laila
[Laila-Medium]
f= Laila
s= Medium
l= Laila Medium
m=1,Laila Medium
[Laila-SemiBold]
f= Laila
s= SemiBold
l= Laila SemiBold
m=1,Laila SemiBold
[Laila-Bold]
f= Laila
s= Bold
l= Laila
m=1,Laila Bold
# Style-linked because of `l` (the same as Regular's)
# and `styles/Bold/fontinfo` (`IsBoldStyle true`).