1
0
mirror of synced 2025-12-19 17:48:10 -05:00

Inclusive Sans: Version 2.004 added

Taken from the upstream repo https://github.com/LivKing/Inclusive-Sans at commit 54ed9e4da9.
This commit is contained in:
Emma Marichal
2025-01-13 14:40:45 +01:00
parent 4f66b0b968
commit f65fecd9be
5 changed files with 11 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -7,7 +7,7 @@ fonts {
name: "Inclusive Sans"
style: "normal"
weight: 400
filename: "InclusiveSans-Regular.ttf"
filename: "InclusiveSans[wght].ttf"
post_script_name: "InclusiveSans-Regular"
full_name: "Inclusive Sans Regular"
copyright: "Copyright 2024 The Inclusive Sans Project Authors (https://github.com/LivKing/Inclusive-Sans)"
@@ -16,7 +16,7 @@ fonts {
name: "Inclusive Sans"
style: "italic"
weight: 400
filename: "InclusiveSans-Italic.ttf"
filename: "InclusiveSans-Italic[wght].ttf"
post_script_name: "InclusiveSans-Italic"
full_name: "Inclusive Sans Italic"
copyright: "Copyright 2024 The Inclusive Sans Project Authors (https://github.com/LivKing/Inclusive-Sans)"
@@ -25,6 +25,11 @@ subsets: "latin"
subsets: "latin-ext"
subsets: "menu"
subsets: "vietnamese"
axes {
tag: "wght"
min_value: 300.0
max_value: 700.0
}
source {
repository_url: "https://github.com/LivKing/Inclusive-Sans"
commit: "54ed9e4da94e7ea566a0322afc60b750c8544eaa"
@@ -33,12 +38,12 @@ source {
dest_file: "OFL.txt"
}
files {
source_file: "fonts/ttf/InclusiveSans-Regular.ttf"
dest_file: "InclusiveSans-Regular.ttf"
source_file: "fonts/variable/InclusiveSans[wght].ttf"
dest_file: "InclusiveSans[wght].ttf"
}
files {
source_file: "fonts/ttf/InclusiveSans-Italic.ttf"
dest_file: "InclusiveSans-Italic.ttf"
source_file: "fonts/variable/InclusiveSans-Italic[wght].ttf"
dest_file: "InclusiveSans-Italic[wght].ttf"
}
branch: "main"
}