Depending on your use of line-heights in your document, perhaps you could use the dimension rlh (root line-height) or dimension lh in your CSS...
*.mystyle{ line-height: calc(1rlh + 4px); }