mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
Typography:
- fixed semibold font on Ubuntu - use font "Montserrat SemiBold" on Fedora (PR #396)
This commit is contained in:
@@ -86,6 +86,7 @@ public class FlatFontsTest
|
||||
for( Map.Entry<String, Font> e : info.fonts.entrySet() ) {
|
||||
JLabel label = new JLabel( e.getKey() );
|
||||
label.setFont( e.getValue().deriveFont( (float) UIScale.scale( 36 ) ) );
|
||||
label.setToolTipText( e.getValue().toString() );
|
||||
previewPanel.add( label, "wrap" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user