Use same fonts as GitHub
This commit is contained in:
parent
f0abdf3966
commit
b432ff35a2
2 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue