Skip to content

Commit

Permalink
closes #780
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed May 31, 2015
1 parent d906e01 commit 4a8445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed_data/challenges/basic-html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"description": [
"Make all of your <code>p</code> elements use the \"Monospace\" font.",
"You can set an element's font by using the \"font-family\" attribute.",
"For example, if you wanted to set your <code>h2</code> element's font to \"Sans-serif\", you would use the following CSS: <code>h2 { font-family: 'Sans-serif'; }</code>"
"For example, if you wanted to set your <code>h2</code> element's font to \"Sans-serif\", you would use the following CSS: <code>h2 { font-family: Sans-serif; }</code>"
],
"tests": [
"assert($('p').css('font-family').match(/monospace/i), 'Your <code>p</code> elements should use the font \"Monospace\".')"
Expand Down

0 comments on commit 4a8445e

Please sign in to comment.