Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It's people like you that make the Internet such a great place.

Following these guidelines helps to communicate that you respect the time of the people managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or suggestion.

By contributing work to the Inter font project you agree to have all work contributed becoming the intellectual property of the Inter font project as described by [SIL Open Font License, Version 1.1](http://scripts.sil.org/OFL)
By contributing work to the Inter font project you agree to have all work contributed becoming the intellectual property of the Inter font project as described by [SIL Open Font License, Version 1.1](https://openfontlicense.org)


## Types of contributions this project is looking for
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)

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:
http://scripts.sil.org/OFL
https://openfontlicense.org

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/fontinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"#1 familyName": "Inter",
"#11 vendorURL": "https://rsms.me/",
"#12 designerURL": "https://rsms.me/",
"#13 licenseDescription": "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL",
"#14 licenseURL": "http://scripts.sil.org/OFL",
"#13 licenseDescription": "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org",
"#14 licenseURL": "https://openfontlicense.org",
"#2 subfamilyName": "Regular",
"#256": "Open digits",
"#257": "Disambiguation",
Expand Down
4 changes: 2 additions & 2 deletions src/Inter-Italic.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16475,13 +16475,13 @@ key = licenses;
values = (
{
language = dflt;
value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL";
value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org";
}
);
},
{
key = licenseURL;
value = "http://scripts.sil.org/OFL";
value = "https://openfontlicense.org";
},
{
key = manufacturers;
Expand Down
4 changes: 2 additions & 2 deletions src/Inter-Roman.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16528,13 +16528,13 @@ key = licenses;
values = (
{
language = dflt;
value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL";
value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org";
}
);
},
{
key = licenseURL;
value = "http://scripts.sil.org/OFL";
value = "https://openfontlicense.org";
},
{
key = manufacturers;
Expand Down