From 7506fa5f9d5c9c07aec6eca6c4cc290da99d6c76 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Wed, 22 Apr 2015 10:58:22 +0200 Subject: [PATCH] Use PT Serif, optimize legibility --- source/index.html.jade | 2 +- source/styles/style.css.styl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/index.html.jade b/source/index.html.jade index 7d0eda0..00f5e0c 100644 --- a/source/index.html.jade +++ b/source/index.html.jade @@ -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; diff --git a/source/styles/style.css.styl b/source/styles/style.css.styl index d9ea977..a572a88 100644 --- a/source/styles/style.css.styl +++ b/source/styles/style.css.styl @@ -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