Skip to content

Commit 0ba7798

Browse files
committed
Fonts: updated Inter to v4.1 (issue #976)
`Inter-*.otf` files are from `Inter-4.1.zip`, folder `extras/otf`
1 parent c486f69 commit 0ba7798

File tree

10 files changed

+3
-1
lines changed

10 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ FlatLaf Change Log
3939
The value is only used if all prefixes match current platform/theme.
4040
- Support new component border color to indicate success state (set client
4141
property `JComponent.outline` to `success`). (PR #982, issue #945)
42+
- Fonts: Updated **Inter** to
43+
[v4.1](https://github.com/rsms/inter/releases/tag/v4.1).
4244

4345
#### Fixed bugs
4446

flatlaf-fonts/flatlaf-fonts-inter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
1919
// <build-number> is optional and should be incremented only if a new release is
2020
// necessary, but the <font-version> has not changed.
21-
version = "4.0"
21+
version = "4.1"
2222

2323
if( !rootProject.hasProperty( "release" ) )
2424
version = version.toString() + "-SNAPSHOT"

0 commit comments

Comments
 (0)