Change DemiLight from 65 to 55

Such that Regular is closer to Medium than to DemiLight
This commit is contained in:
Behdad Esfahbod 2014-07-25 18:07:10 -04:00
parent be6506ca04
commit bf9df5ada7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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