Skip to content

Commit

Permalink
fix mozilla demo args
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Carver committed May 14, 2010
1 parent e33175d commit 2aff9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/webfontloader/demo/public/event-css-inactive.html
Expand Up @@ -6,14 +6,15 @@
<script type="text/javascript">
WebFont.load({
google: {
family: ['Droid Sans'],
families: ['Droid Sans'],
api: '/fonts/api'
}
});
</script>
<style type="text/css">
h1 {
font-family: sans-serif;
font-weight: normal;
}
html.wf-active h1 {
font-family: 'Droid Sans';
Expand Down

0 comments on commit 2aff9ca

Please sign in to comment.