diff options
author | Siri Reiter <siri@jones.dk> | 2011-05-03 18:56:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2011-05-03 18:56:44 +0200 |
commit | 2659c922ad5b3da608abcebe10323780c482958f (patch) | |
tree | 55d1b552a1df2bd33d013e05a5627f2048af1dd4 /partials | |
parent | 933570cafc428afc09da128b05c9d24a7e370e40 (diff) |
Use blueprint-typography w/ small adjustments (replacing old real.css).
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; |