mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-16 08:37:12 -06:00
Fonts: support specifying preferred font family for easy using another font (e.g. Inter) for all components
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// Version format: <font-version>-<build-number>
|
||||
// Version format: <font-version>[-<build-number>]
|
||||
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
|
||||
// <build-number> is usually '1' and should be incremented only if a new release is
|
||||
// <build-number> is optional and should be incremented only if a new release is
|
||||
// necessary, but the <font-version> has not changed.
|
||||
version = "2.242-1"
|
||||
version = "2.242"
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
|
||||
Reference in New Issue
Block a user