• gfx: Change the mapping from Mac weights to CSS weights so that 0.0 maps

    to 400, not 500.
    
    CSS `normal` font-weight is specified as 400, while Mac "Regular" font
    weight is reported as 0.0. On the Mac, we need to center the two ranges
    on the same value to avoid choosing "Light" fonts where "Regular" would
    have been more appropriate.
    
    Closes #9487.
    
    fix for mac
    pcwalton committed May 10, 2016