From a28a1e2646aabbd81c00c516878a3bd6788af6ba Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 20 Apr 2010 11:15:22 -0700 Subject: [PATCH] Old habits die hard. --- frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss b/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss index 3a53e303..c417407d 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss @@ -1,6 +1,6 @@ @import "typography"; -$alternate_text_font = "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif !default; +$alternate_text_font : "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif !default; // To install the fancy type plugin: // 1. import the fancy_type module: @import blueprint/fancy_type // 2. mixin +fancy-type to your project's body or at the top level of your stylesheet: