Skip to content

Commit

Permalink
Merge pull request #129 from vv-monsalve/QA-geist
Browse files Browse the repository at this point in the history
Copyright info added to sources + fix in OFL
  • Loading branch information
ZeeJab authored Sep 27, 2024
2 parents de4e2fa + 2995af7 commit 6bf9fd2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OFL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 The Geist-Font.Git Project Authors (https://github.com/vercel/geist-font.git)
Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font.git)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand Down
11 changes: 10 additions & 1 deletion sources/Geist.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3316";
.appVersion = "3321";
.formatVersion = 3;
axes = (
{
Expand Down Expand Up @@ -2275,6 +2275,15 @@ type = "italic angle";
);
properties = (
{
key = copyrights;
values = (
{
language = dflt;
value = "Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font.git)";
}
);
},
{
key = designers;
values = (
{
Expand Down
11 changes: 10 additions & 1 deletion sources/GeistMono.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3316";
.appVersion = "3321";
.formatVersion = 3;
axes = (
{
Expand Down Expand Up @@ -2354,6 +2354,15 @@ type = "italic angle";
);
properties = (
{
key = copyrights;
values = (
{
language = dflt;
value = "Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font.git)";
}
);
},
{
key = designers;
values = (
{
Expand Down

0 comments on commit 6bf9fd2

Please sign in to comment.