Switch to side-by-side view
--- a/opensourceprojects/templates/jinja_master/master.html +++ b/opensourceprojects/templates/jinja_master/master.html @@ -33,6 +33,7 @@ {{ blob }} {% endfor %} + <link href='http://fonts.googleapis.com/css?family=Sintony:400,700' rel='stylesheet' type='text/css'> {% if c.project and c.project.neighborhood.css %} <style type="text/css"> {{c.project.neighborhood.get_custom_css()|safe}}