Use PT Serif, optimize legibility

This commit is contained in:
Vit Brunner
2015-04-22 10:58:22 +02:00
parent ab25b0ebbe
commit 7506fa5f9d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ html(ng-app="sideBySide" ng-controller="AppController")
base(href="#{base}")
title(ng-bind="title()") Side By Side viewer
meta(charset="utf-8")
link(rel="stylesheet", type="text/css", href="//fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic")
link(rel="stylesheet", type="text/css", href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic")
if html5Mode == true
script.
html5Mode=true;
+2 -1
View File
@@ -7,7 +7,8 @@ $darker = #222
body
color: $darker
background: $lighter
font-family: "Noticia Text", serif
font-family: "PT Serif", serif
text-rendering: optimizeLegibility
padding-bottom: 36px
.pure-menu.pure-menu-open