Use same fonts as GitHub

This commit is contained in:
Gabriel Augendre 2016-07-14 21:22:55 +02:00
parent f0abdf3966
commit b432ff35a2
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 1 additions and 7 deletions

View file

@ -6,10 +6,6 @@ html {
body {
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
line-height: 1.5;
}
h1 {
font-weight: bold;
}

View file

@ -18,8 +18,6 @@
{% block style %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"
href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700">
<link rel="stylesheet" href="{% static 'default_style.css' %}">
{% endblock style %}
</head>