diff --git a/assets/font-awesome-4.1.0.zip b/assets/font-awesome-4.1.0.zip
index cbd9de4c9..84ef1d8eb 100644
Binary files a/assets/font-awesome-4.1.0.zip and b/assets/font-awesome-4.1.0.zip differ
diff --git a/assets/js/site.js b/assets/js/site.js
index 82612755d..8b839d4dd 100644
--- a/assets/js/site.js
+++ b/assets/js/site.js
@@ -5,12 +5,12 @@ $(function() {
});
var quotes = new Array(
- "Get your company logo added to Font Awesome!",
- "Want SVG support in Font Awesome? Support the Kickstarter!",
- "Major improvements to Font Awesome at 3000 backers!",
- "Better Font Awesome icon search at 3000 backers!",
- "Need a specific icon added to Font Awesome?",
- "If you like Font Awesome, you're going to love Black Tie!"
+ "Donate $1 and help Font Awesome get MAJOR upgrades!",
+ "Donate $1 and help give Font Awesome SVG support!",
+ "Donate $1 and help give Font Awesome better icon search!",
+ "Get your company logo added to Font Awesome!",
+ "Get your company logo added to Font Awesome!",
+ "Need a specific icon added to Font Awesome?"
),
random_quote = quotes[Math.floor( Math.random() * quotes.length )];
$('.tagline').html(random_quote);