Skip to content

Commit

Permalink
added font
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed May 14, 2014
1 parent be213ee commit c0afe49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion committeeVotes/static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
html {
position: relative;
min-height: 100%;

}
body {
/* Margin bottom by footer height */
margin-bottom: 70px;
font-family: Alef, Arial;
font-family: 'Alef', Arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Alef', Arial ;
}

#search {
Expand Down
1 change: 1 addition & 0 deletions committeeVotes/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
ועדת שרים פתוחה
</title>
<!-- Bootstrap core CSS -->
<link href='http://fonts.googleapis.com/css?family=Alef:400&subset=all' rel='stylesheet' type='text/css'>
<link href="{% static 'dist/css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'dist/css/bootstrap-rtl.css' %}" rel="stylesheet">
<link href="{% static 'site.css' %}" rel="stylesheet">
Expand Down

0 comments on commit c0afe49

Please sign in to comment.