Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Baseline is broken with display: inline-block but works with float: left: https://jsfiddle.net/eywwmL2o/

Haven't figured out how to fix kerning if it's even supposed to work.



Like this: https://jsfiddle.net/95v642n6/

  .font div {
    display: inline-block;
    vertical-align: top;
  }
  .H + .U { margin-left: 2px; }
  .U + .G { margin-left: 1px; }
  .G + .E { margin-left: -5px; }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: