From 30f446daa02c398d5b6d7cef5e840212f5c908d4 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 15 Dec 2010 21:58:18 -0600 Subject: [PATCH] fixed font-face issues on headings for docs site --- doc-src/Gemfile.lock | 2 +- doc-src/content/stylesheets/partials/_typography.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock index dc1e326c..f40a0793 100644 --- a/doc-src/Gemfile.lock +++ b/doc-src/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: .. specs: - compass (0.11.alpha.4.34f8763) + compass (0.11.alpha.4.2da5502) chunky_png (~> 0.10.3) sass (>= 3.1.0.alpha.50) diff --git a/doc-src/content/stylesheets/partials/_typography.scss b/doc-src/content/stylesheets/partials/_typography.scss index efcd0081..aeec0194 100644 --- a/doc-src/content/stylesheets/partials/_typography.scss +++ b/doc-src/content/stylesheets/partials/_typography.scss @@ -7,7 +7,7 @@ .sans-font { font-family: 'Lucida Grande', Arial, sans-serif; } -.heading-font { font-family: 'Museo Sans', 'serif'; } +.heading-font { font-family: 'Museo Sans', "museosans-web", 'serif'; } .pictos { font-family: pictos, pictos-web; font-weight: normal; font-style: normal;} .fixed-font { font-family: menlo, monaco, "andale mono", "courier new", fixed;}