Skip to content

Commit

Permalink
Add monospaced font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank committed Jan 26, 2012
1 parent 3293681 commit c86e568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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;
3 changes: 2 additions & 1 deletion readme.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c86e568

Please sign in to comment.