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

@@ -39,6 +39,8 @@ FlatLaf Change Log
The value is only used if all prefixes match current platform/theme.
- Support new component border color to indicate success state (set client
property `JComponent.outline` to `success`). (PR #982, issue #945)
- Fonts: Updated **Inter** to
[v4.1](https://github.com/rsms/inter/releases/tag/v4.1).
#### Fixed bugs

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"