diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-05-06 13:08:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-05-06 13:08:32 +0200 |
commit | 066be625ea2ec64d0f7dd0e0e850b515181cc76e (patch) | |
tree | e1d671e661855be07d00e82179868302633c7fbb /partials | |
parent | 92ee76501aca425ca956206452931cafde3fd7e9 (diff) |
Use blueprint-typography.
Diffstat (limited to 'partials')
-rw-r--r-- | partials/_base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/partials/_base.scss b/partials/_base.scss new file mode 100644 index 0000000..df8d24d --- /dev/null +++ b/partials/_base.scss @@ -0,0 +1,4 @@ +$blueprint-font-family: Arial, Helvetica, sans-serif; + +// Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size +$blueprint-font-size: 16px; |