-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfontpackage.toml
112 lines (95 loc) · 4.79 KB
/
fontpackage.toml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[fontpackage]
########################################################################
# PACKAGE METADATA #####################################################
########################################################################
name = "Abhahya Libre"
type = "family"
version = "1.060"
status = "STABLE"
authors = ["mooniak"]
license = " OFL-1.0"
copyright = "Copyright 2015—2024 The Abhaya Libre Project Authors (https://github.com/mooniak/abhaya-libre-font)"
category = "text"
license-file = ""
description = "Abhaya Libre is a text typeface designed for Sri Lanka with support for Sinhala, Tamil and English langauges. Abhaya Libre is based on FM Abhaya font by Pushpanada Ekanayake and provides extensive coverage for Pali and Sanskrit scripts"
repository = { url = "https://github.com/mooniak/abhaya-libre-font", type = "git"}
homepage_url = "https://src.mooniak.com/abhaya-libre-font/"
issues_url = "https://github.com/mooniak/abhaya-libre-font/issues/" #OPTIONAL
funding_url = "https://opencollective.com/akuruxyz/projects/abhaya-libre-fonts"
date_published = "Sep 10, 2015" #OPTIONAL: Date first published
fontlog = "" #OPTIONAL: Defults to ROOT (./FONTLOG.md ./FONTLOG.txt ./CHANGELOG.txt) Defult format Markdown .md
foundry = { name = "mooniak", email = "[email protected]", url = "https://mooniak.com/", vendor_id = "MNIK" } #OPTIONAL:
designers = [ #OPTIONAL: Desiners from the nameID
{ name = "Puspanada Ekanayake", email = "[email protected]", url = "https://isiwara.lk/" },
{ name = "Sol Matas", email = "[email protected]", url = "https://www.solmatas.com/" },
{ name = "Pathum Egodawatta", email = "[email protected]", url = "https://pathumego.com/" } ]
maintenance = { status = "actively-developed", comment = "" } #OPTIONAL: # `actively-developed`, `passively-maintained`, `as-is`, `experimental`, `looking-for-maintainer`, `deprecated`, and the default `none`,}
versions_provider = "tags" #REQUIERD: How is the font versions provided. When set to 'tags' the versions will be fetched from the git tags.
tools = "" #OPTIONAL: Details realted to font development and build. Similar to tools key in UFR METADATA.yml
progress = [ #OPTIONAL: Progress and of the project out of 100 percentage.
{ design = "100" },
{ family_styles = "100" },
{ character_set = "100" },
{ drawing_quality = "100" },
{ spacing = "60"},
{ kerning = "60"},
{ hinting = "100" },
{ opentype_features = "100" }, ]
########################################################################
# DISPLAY AND CLASSIFCATION DATA #######################################
########################################################################
tags = [ #OPTIONAL: Pakage specific display strings for display and testing purposes
{ style = "serif" }, # Blackletter, Calligraphic, Condensed, Decorative, Display, Handdrawn, Monospaced, Rounded, Sans-serif, Script, Serif, Slab, Stencil, Symbols"
{ contrast = "high" },
{ width = "normal" },
{ body_height = "normal" },
{ intended_useage = "text"}, # large, medium, text, body, branding
{ figures = "noraml"},
{ languages = "si_LK, en_US" },
{ related_fonts = "" }, ]
display_texts = [ #OPTIONAL: Pakage specific display strings for display and testing purposes
{ en_US = ""},
{ si_LK= "දැරණියගලට ඉහල අහසේ දඟකරන වලාපෙළ මවනා සොඳුරු දසුන රාත්රිය උදාවත් සමග ක්ෂයවේ."},
{ dv_IN= ""}]
# Display images and promotional banners
display_images = [ #OPTIONAL Display images and promotional banners
{ banner = ""},
{ small= ""},
{ thumbnail= ""},
{ medium = ""},
{ small= ""},
{ large = ""} ]
links = [ #OPTIONAL: External links and release channels
{ font_in_use = "" },
{ googlefonts = "" },
{ fontlibrary_org = "" },
{ typekit = "" } ]
########################################################################
# FONT BINARIES AND METADATA ###########################################
########################################################################
[[fonts]]
name = "" #REQUIERD
path = "" #OPTIONAL DEFUALTS to ./fonts/otf .fonts
style = "" #REQUIERD
weight = "" #REQUIERD
full_name = "" #OPTIONAL
preview_image = "" #OPTIONAL
protected = "" #OPTIONAL
purpose = "" #OPTIONAL
variable_font = "" #OPTIONAL
format = "" #REQUIERD
free = "" #REQUIERD
[[fonts]]
# ...
########################################################################
# APP OR PLATFOROM SPECIFIC CONFIGS AND DATA ###########################
########################################################################
# Additional metadata
[fontpackage.extras]
# …
# Additional metadata to generate NPM packages
[fontpackage.npm]
# …
# Additional metadata to generate Appstram metadata files
[fontpackage.appstream]
# …