mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 00:07:12 -06:00
Typography: added light and semibold font/style
This commit is contained in:
@@ -1390,9 +1390,11 @@ ViewportUI com.formdev.flatlaf.ui.FlatViewportUI
|
||||
[style].h3 font: $h3.font
|
||||
[style].h4 font: $h4.font
|
||||
[style].large font: $large.font
|
||||
[style].light font: $light.font
|
||||
[style].medium font: $medium.font
|
||||
[style].mini font: $mini.font
|
||||
[style].monospaced font: $monospaced.font
|
||||
[style].semibold font: $semibold.font
|
||||
[style].small font: $small.font
|
||||
|
||||
|
||||
@@ -1467,6 +1469,11 @@ laf.scaleFactor [active] 1.0
|
||||
large.font [active] Segoe UI plain 14 javax.swing.plaf.FontUIResource [UI]
|
||||
|
||||
|
||||
#---- light ----
|
||||
|
||||
light.font [active] Segoe UI Light plain 12 javax.swing.plaf.FontUIResource [UI]
|
||||
|
||||
|
||||
#---- medium ----
|
||||
|
||||
medium.font [active] Segoe UI plain 11 javax.swing.plaf.FontUIResource [UI]
|
||||
@@ -1493,6 +1500,11 @@ monospaced.font [active] Consolas plain 12 javax.swing.plaf.Fo
|
||||
scrollbar #3e4244 HSL 200 5 25 com.formdev.flatlaf.util.DerivedColor [UI] lighten(1%)
|
||||
|
||||
|
||||
#---- semibold ----
|
||||
|
||||
semibold.font [active] Segoe UI Semibold plain 12 javax.swing.plaf.FontUIResource [UI]
|
||||
|
||||
|
||||
#---- small ----
|
||||
|
||||
small.font [active] Segoe UI plain 10 javax.swing.plaf.FontUIResource [UI]
|
||||
|
||||
Reference in New Issue
Block a user