mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Use system version of Liberation Mono font whenever available
This fixes a non-antialiased font rendering problem introduced by commit79859e0037on 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 commit96452278cc. 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:
@@ -16,7 +16,7 @@ body {
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
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;
|
||||
background: #111;
|
||||
word-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user