Fonts: updated Inter to v4.1 (issue #976)

`Inter-*.otf` files are from `Inter-4.1.zip`, folder `extras/otf`
This commit is contained in:
Karl Tauber
2025-03-09 13:51:34 +01:00
parent c486f695f2
commit 0ba7798cbd
10 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
// <build-number> is optional and should be incremented only if a new release is
// necessary, but the <font-version> has not changed.
version = "4.0"
version = "4.1"
if( !rootProject.hasProperty( "release" ) )
version = version.toString() + "-SNAPSHOT"