[GH-ISSUE #460] AP console log is not using monospace font #834

Closed
opened 2026-03-20 18:13:27 +01:00 by sascha_hemi · 0 comments
Owner

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 update is 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:

Image

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):

Image

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Settings/Update'
  2. Look on log view on the right side of window.
  3. See error

Expected behavior
Log being displayed using fixed width.

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 update` is 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: ![Image](https://github.com/user-attachments/assets/81bf1a49-40a1-4118-ab37-d61711f6d0fc) 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): ![Image](https://github.com/user-attachments/assets/cf5c65f6-7ffa-45d0-94b8-1c4d4bcf9866) **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Settings/Update' 2. Look on log view on the right side of window. 3. See error **Expected behavior** Log being displayed using fixed width.
sascha_hemi added the bug label 2026-03-20 18:13:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#834