Hacker News new | past | comments | ask | show | jobs | submit login

I sent patch to fix this to the maintainer.



What was the fix? If it was the name of a specific fixed-width font, you should add "monospace" as the final alternative for the CSS. This allows the browser to pick a suitable font among the ones present on the client machine. (For a list of the other generic font family names to use in other instances, see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family)


  -  font-family: GlassTTYVT220;
  +  font-family: GlassTTYVT220, monospace;




Consider applying for YC's W25 batch! Applications are open till Nov 12.

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

Search: