You shouldn't use fixed units like points or pixels for that, or really anything text-related. It needs to be something that will scale up or down with user-selected font size changes, and those won't.
I think you'll find that the most common unit for text-related stuff is ems, and for most everything else it will be % (width). You'll mainly see fixed units like px for borders and the like.
|