Interesting! I only read in Georgia, so I didn't know the configuration file would store weights for each font face. That seems like an odd choice to me, since it doesn't store the font size on a per-font basis. The quick and dirty solution is to either not parse the weight at all or to delete all of the extra weight lines from the configuration file and only keep the one for the font you actually read in. You can still change the font face, as the extra weight entries won't get created again unless you adjust the weight of the other fonts.
|