mirror of https://github.com/M66B/FairEmail.git
Added light font weight
This commit is contained in:
parent
06cdd66ae2
commit
4f2a1f7d19
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue