On March 13, 2014 at 8:04 am
Add this to your Custom CSS:
@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
and then open up style.css and replace this:
body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#999;}
with this:
body{ background:#f7f7f7; margin:0; padding:0; font-family: 'Duru Sans', sans-serif; font-size:14px; color:#999;}