blob: 60fcdebe0ac91537c0e943acf010fd223bb7214c (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
name: "Dongle"
designer: "Yanghee Ryu"
license: "OFL"
category: "SANS_SERIF"
date_added: "2021-06-14"
fonts {
name: "Dongle"
style: "normal"
weight: 300
filename: "Dongle-Light.ttf"
post_script_name: "Dongle-Light"
full_name: "Dongle Light"
copyright: "Copyright 2021 The Dongle Project Authors (https://github.com/yangheeryu/Dongle)"
}
fonts {
name: "Dongle"
style: "normal"
weight: 400
filename: "Dongle-Regular.ttf"
post_script_name: "Dongle-Regular"
full_name: "Dongle Regular"
copyright: "Copyright 2021 The Dongle Project Authors (https://github.com/yangheeryu/Dongle)"
}
fonts {
name: "Dongle"
style: "normal"
weight: 700
filename: "Dongle-Bold.ttf"
post_script_name: "Dongle-Bold"
full_name: "Dongle Bold"
copyright: "Copyright 2021 The Dongle Project Authors (https://github.com/yangheeryu/Dongle)"
}
subsets: "korean"
subsets: "latin"
subsets: "latin-ext"
subsets: "menu"
subsets: "vietnamese"
source {
repository_url: "https://github.com/yangheeryu/Dongle"
files {
source_file: "fonts/ttf/Dongle-Light.ttf"
dest_file: "Dongle-Light.ttf"
}
files {
source_file: "fonts/ttf/Dongle-Regular.ttf"
dest_file: "Dongle-Regular.ttf"
}
files {
source_file: "fonts/ttf/Dongle-Bold.ttf"
dest_file: "Dongle-Bold.ttf"
}
files {
source_file: "OFL.txt"
dest_file: "OFL.txt"
}
files {
source_file: "DESCRIPTION.en_us.html"
dest_file: "DESCRIPTION.en_us.html"
}
branch: "master"
}
stroke: "SANS_SERIF"
classifications: "DISPLAY"
|