blob: a2ebe23c302fe66e7ad42894f6a4eac63221cd93 (
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
|
name: "Karantina"
designer: "Rony Koch"
license: "OFL"
category: "DISPLAY"
date_added: "2021-03-12"
fonts {
name: "Karantina"
style: "normal"
weight: 300
filename: "Karantina-Light.ttf"
post_script_name: "Karantina-Light"
full_name: "Karantina Light"
copyright: "Copyright 2020 The Karantina Project Authors (https://github.com/ronykoch/Karantina)"
}
fonts {
name: "Karantina"
style: "normal"
weight: 400
filename: "Karantina-Regular.ttf"
post_script_name: "Karantina-Regular"
full_name: "Karantina Regular"
copyright: "Copyright 2020 The Karantina Project Authors (https://github.com/ronykoch/Karantina)"
}
fonts {
name: "Karantina"
style: "normal"
weight: 700
filename: "Karantina-Bold.ttf"
post_script_name: "Karantina-Bold"
full_name: "Karantina Bold"
copyright: "Copyright 2020 The Karantina Project Authors (https://github.com/ronykoch/Karantina)"
}
subsets: "hebrew"
subsets: "latin"
subsets: "latin-ext"
subsets: "menu"
source {
repository_url: "https://github.com/ronykoch/Karantina"
files {
source_file: "OFL.txt"
dest_file: "OFL.txt"
}
files {
source_file: "DESCRIPTION.en_us.html"
dest_file: "DESCRIPTION.en_us.html"
}
files {
source_file: "fonts/TTF/Karantina-Light.ttf"
dest_file: "Karantina-Light.ttf"
}
files {
source_file: "fonts/TTF/Karantina-Regular.ttf"
dest_file: "Karantina-Regular.ttf"
}
files {
source_file: "fonts/TTF/Karantina-Bold.ttf"
dest_file: "Karantina-Bold.ttf"
}
branch: "main"
}
|