Typography: added thin font/style

This commit is contained in:
Karl Tauber
2021-10-26 13:16:52 +02:00
parent e6e4e53a73
commit f742f83834
9 changed files with 87 additions and 11 deletions

View File

@@ -1399,10 +1399,13 @@ 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
[style].thin font: $thin.font
#---- ----
@@ -1476,6 +1479,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]
@@ -1502,6 +1510,11 @@ monospaced.font [active] Consolas plain 12 javax.swing.plaf.Fo
scrollbar #88ff88 HSL 120 100 77 javax.swing.plaf.ColorUIResource [UI]
#---- 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]
@@ -1519,6 +1532,15 @@ textHighlight #00aa00 HSL 120 100 33 javax.swing.plaf.Colo
textHighlightText #ffff00 HSL 60 100 50 javax.swing.plaf.ColorUIResource [UI]
textInactiveText #000088 HSL 240 100 27 javax.swing.plaf.ColorUIResource [UI]
textText #ff0000 HSL 0 100 50 javax.swing.plaf.ColorUIResource [UI]
#---- thin ----
thin.font [active] Segoe UI Light plain 12 javax.swing.plaf.FontUIResource [UI]
#---- ----
window #ccffcc HSL 120 100 90 javax.swing.plaf.ColorUIResource [UI]
windowBorder #ff0000 HSL 0 100 50 javax.swing.plaf.ColorUIResource [UI]
windowText #ff0000 HSL 0 100 50 javax.swing.plaf.ColorUIResource [UI]