Using text-shadow instead of font-weight means that your text occupies the same space on screen and doesn't get wider and reflow. Quite handy if you need the weight to change and you can even use keyframe animations or transitions with it. And you can revert to plain old font-weight for any browsers that don't support text-shadow, if you want to. It won't work with every font but is quite nice with most of the common ones.