css/main.css: restore the font

This commit is contained in:
Mikaela Suomalainen 2014-12-31 08:07:16 +02:00
parent fb08784ee2
commit 0ed80045a4
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
// Our variables
$base-font-family: Helvetica, Arial, sans-serif;
//$base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;