mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added light font weight
This commit is contained in:
@@ -1061,6 +1061,7 @@ public class HtmlHelper {
|
||||
value = value.toLowerCase(Locale.ROOT).trim();
|
||||
|
||||
switch (value) {
|
||||
case "light":
|
||||
case "lighter":
|
||||
return 300;
|
||||
case "normal":
|
||||
@@ -1078,7 +1079,6 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
private static Float getFontSize(String value, Integer current) {
|
||||
|
||||
Reference in New Issue
Block a user