Change DemiLight from 65 to 55
Such that Regular is closer to Medium than to DemiLight
This commit is contained in:
parent
be6506ca04
commit
bf9df5ada7
|
@ -473,8 +473,8 @@ symbolic names for common font values:
|
|||
extralight weight 40
|
||||
ultralight weight 40
|
||||
light weight 50
|
||||
demilight weight 65
|
||||
semilight weight 65
|
||||
demilight weight 55
|
||||
semilight weight 55
|
||||
book weight 75
|
||||
regular weight 80
|
||||
normal weight 80
|
||||
|
|
|
@ -131,7 +131,7 @@ typedef int FcBool;
|
|||
#define FC_WEIGHT_EXTRALIGHT 40
|
||||
#define FC_WEIGHT_ULTRALIGHT FC_WEIGHT_EXTRALIGHT
|
||||
#define FC_WEIGHT_LIGHT 50
|
||||
#define FC_WEIGHT_DEMILIGHT 65
|
||||
#define FC_WEIGHT_DEMILIGHT 55
|
||||
#define FC_WEIGHT_SEMILIGHT FC_WEIGHT_DEMILIGHT
|
||||
#define FC_WEIGHT_BOOK 75
|
||||
#define FC_WEIGHT_REGULAR 80
|
||||
|
|
Loading…
Reference in New Issue