From 1ee9f9b8d31e643838c64ae9d935febaa06a6276 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 29 Oct 2015 23:34:19 +0100 Subject: Use conservative print font styling. --- style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.scss b/style.scss index 6a1f284..87d799d 100644 --- a/style.scss +++ b/style.scss @@ -6,6 +6,14 @@ @include h5bp-normalize; @include h5bp-media; +body { + @media print { + font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif; + font-size: 10pt; + line-height: 11pt; + } +} + a { @include hover-link; } -- cgit v1.2.3