Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Т.е. запись /54px в данным случае задаёт параметр line-height.font: [font-style||font-variant||font-weight] font-size [/line-height] font-family | inherit
p { font: normal small-caps bold 12px/14px fantasy; }
p {
font-size: 12px;
line-height: 12px;
font-family: sans-serif;
}
p {font: 12px/12px sans-serif;}