Experimenting with my en-dash/em-dash problem... I am dead-set on using this font, but for inscrutable, possibly European reasons(?), the n-dashes are longer and the m-dashes are shorter. CSS provides surprisingly sparse soutions to alter individual character width. I can use transform:scale(x,y), (sketchy), make every dash a different font (stupid), or just fold and use javascript (I don't want to).