Give Linux some font love
This commit is contained in:
parent
b774c997da
commit
45cafda543
2 changed files with 3 additions and 3 deletions
|
|
@ -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 %>;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue