Issue #283: Fonts used when displaying code look terrible (conservancy/kallithea)

Mark Edgington issues-reply at bitbucket.org
Fri Jun 9 19:56:36 UTC 2017


New issue 283: Fonts used when displaying code look terrible
https://bitbucket.org/conservancy/kallithea/issues/283/fonts-used-when-displaying-code-look

Mark Edgington:

If antialiasing is turned off, viewing code via Kallithea on chromium (ver 58.0.3029.110) looks terrible, resulting from the following CSS rule that is used:

```
#!css
code pre {font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;}
```

If I simply disable this CSS rule in the web-browser's inspector interface, the fonts revert to the default browser fixed-width fonts, and they look nice.




More information about the kallithea-general mailing list