Possible duplicate:
CSS Size with Slash
I just saw some CSS code. Can someone please tell me what the "/" symbol means, and if there are any recommendations for using it?
font: 2px/3px;
Edit:
Here is the whole block of code (to give context)
.funky { font: 2px/3px; font-family: fantasy; font-size: 30em; font-weight: bold; }
Parag source share