mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Use PT Serif, optimize legibility
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user