From 2659c922ad5b3da608abcebe10323780c482958f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 3 May 2011 18:56:44 +0200 Subject: Use blueprint-typography w/ small adjustments (replacing old real.css). --- partials/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 partials/_base.scss (limited to 'partials/_base.scss') 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; -- cgit v1.2.3