From c86e568733bbb056f751489c8e0ccf18b4906b56 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 26 Jan 2012 17:07:34 +0200 Subject: [PATCH] Add monospaced font-family --- app/assets/stylesheets/addons/_font-family.scss | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/addons/_font-family.scss b/app/assets/stylesheets/addons/_font-family.scss index 9e3bc6ee2..1215899c6 100644 --- a/app/assets/stylesheets/addons/_font-family.scss +++ b/app/assets/stylesheets/addons/_font-family.scss @@ -1,4 +1,5 @@ $georgia: Georgia, Cambria, "Times New Roman", Times, serif; $helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif; $lucida-grande: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; +$monospace: "Bitstream Vera Sans Mono", Courier, monospace; $verdana: Verdana, Geneva, sans-serif; diff --git a/readme.md b/readme.md index 997af1c4c..421572206 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ Import the mixins at the beginning of your stylesheet rake bourbon:install[app/stylesheets] # Install in a non-rails project (static site, jekyll, wordpress, other...) -Bourbon includes an easy way to generate a directory with all the necessary files. +Bourbon includes an easy way to generate a directory with all the necessary files. Install the bourbon gem: gem install bourbon @@ -187,6 +187,7 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo $georgia $helvetica $lucida-grande + $monospace $verdana timing-functions