fixed font-face issues on headings for docs site

This commit is contained in:
Brandon Mathis 2010-12-15 21:58:18 -06:00
parent 2da5502040
commit 30f446daa0
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;}