Can anyone explain the purpose of /1
in the font: 16px/1
style declaration?
I removed the /1
from the code and noticed increased spacing between lines. What is the specific role of /1
in this situation?
body {
font: 16px/1 'Open Sans', sans-serif;
background: #ddd;
}