diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml
index 93a3fdebf..a18a5528f 100644
--- a/app/views/people/show.html.haml
+++ b/app/views/people/show.html.haml
@@ -22,8 +22,9 @@
%h1.pinched
%span
= "\"#{@latest_status_message.message}\""
+ %span="posted: #{how_long_ago(@latest_status_message)}"
- %h5="posted: #{how_long_ago(@latest_status_message)}"
+
.span-20.last
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 89fc077e2..fcbfed0cf 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1,4 +1,4 @@
-q@font-face {
+@font-face {
font-family: "BrandonGrotesqueLightRegular";
src: url("brandongrotesque_light/Brandon_light-webfont.eot");
src: local("☺"), url("brandongrotesque_light/Brandon_light-webfont.woff") format("woff"), url("brandongrotesque_light/Brandon_light-webfont.ttf") format("truetype"), url("brandongrotesque_light/Brandon_light-webfont.svg#webfont") format("svg");