mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #460] AP console log is not using monospace font #1387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hrw on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/460
Describe the bug
AP console on
firmware updateis not using monospace font. CSS is described to use "'lucida console', 'ui-monospace'" fonts. My system does not have any of them so fallbacks to sans font:CSS should have 'monospace' as last entry so web browser will substitute local copy of fixed width font to show it properly (altered CSS using 'Developer tools' in Firefox):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Log being displayed using fixed width.