标签: css fonts
是否可以在给定特定字体大小和字体系列的情况下计算空白像素的宽度?
例如,如果我打算use negative margin-left to offset the white space between inline-blocks,我需要知道空格的宽度。
ul > li{ display:inline-block; margin-left:-???px;/*calculate this one*/ }