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