Give Linux some font love

This commit is contained in:
Tobi Schäfer 2024-08-08 21:44:40 +02:00
parent b774c997da
commit 45cafda543
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
2 changed files with 3 additions and 3 deletions

View file

@ -402,7 +402,7 @@ void (function(url) {
// FIXME: compatibility
@base-font: <% value 'base font' default='Helvetica Neue, Helvetica, Arial, sans-serif' %>;
@base-font: <% value 'base font' default='Helvetica Neue, Liberation Sans, Helvetica, Arial, sans-serif' %>;
@base-font-size: <% value 'base font size' default="14px e('/') 20px" %>;
@base-font-color: <% value 'base font color' default=#444 %>;

View file

@ -115,7 +115,7 @@ function openPopup(img, width, height) {
<% value 'muted color' #999999 %>
<% value 'hover color' #d50000 %>
<% value 'link color' #ff4040 %>
<% value 'text font' 'Helvetica, Arial, sans-serif' %>
<% value 'title font' 'Helvetica, Arial, sans-serif' %>
<% value 'text font' 'Liberation Sans, Helvetica, Arial, sans-serif' %>
<% value 'title font' 'Liberation Sans, Helvetica, Arial, sans-serif' %>
<% #stylesheet %>