mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 10:54:10 +08:00
This change forces consistency around code font in Discourse once the new rich-editor is enabled - This means all code blocks in Discourse will render with this font - Additionally the markdown mode composer will render with this font Additionally we make 3 small adjustments: 1. We disable ligatures which conflict with typographer 2. We add support for custom ligature settings 3. We adjust down font size, cause 14px ends up matching visually with a 16px non monospace font, this change is already in place previously on posts Example:  |
||
|---|---|---|
| .. | ||
| manager | ||
| compiler.rb | ||
| importer.rb | ||
| manager.rb | ||
| watcher.rb | ||