Skip to content

Commit

Permalink
Move custom font choice to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Mar 1, 2013
1 parent 91054bb commit 020025e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions froide/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% block title %}{% trans "Freedom of Information Requests" %} - {{ SITE_NAME }}{% endblock %}</title>
{% if debug %}
<style type="text/css" media="screen">
@font-face {
font-family: 'Kreon';
font-style: normal;
font-weight: 700;
src: local('Kreon regular'), local('Kreon-regular'), url('{{ STATIC_URL }}font/Kreon-Regular.woff') format('woff');
}
</style>
{% else %}
<link href='https://fonts.googleapis.com/css?family=Kreon' rel='stylesheet' type='text/css'>
{% endif %}
{% block header_font %}
{% endblock %}
<link href="{{ STATIC_URL }}css/bootstrap.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" />
Expand Down

0 comments on commit 020025e

Please sign in to comment.