Use system version of Liberation Mono font whenever available

This fixes a non-antialiased font rendering problem
introduced by commit 79859e0037
on systems which already have Liberation Mono font installed.

This change is a fix-forward replacement of a previously-submitted
patch, that was improperly applied as a commit
96452278cc.

This patch is provided to Tilde.club under the terms of
GNU General Public License, any version
published by the Free Software Foundation.
This commit is contained in:
xwindows
2025-12-25 12:16:32 +07:00
committed by deepend
parent 372d3a6336
commit 5dbb7bbebc

View File

@@ -16,7 +16,7 @@ body {
margin: auto; margin: auto;
padding: 1em; padding: 1em;
max-width: 1024px; max-width: 1024px;
font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif; font-family: 'Liberation Mono', 'Liberation Monospace', 'Courier New', monospace, sans-serif;
color: #fb5; color: #fb5;
background: #111; background: #111;
word-wrap: break-word; word-wrap: break-word;