Add Roboto font from Google Fonts.
This commit is contained in:
parent
4996acd325
commit
51788b72cc
|
@ -19,6 +19,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "musician/css/theme.min.css" %}" />
|
<link rel="stylesheet" type="text/css" href="{% static "musician/css/theme.min.css" %}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static "musician/fontawesome/css/all.min.css" %}" />
|
<link rel="stylesheet" href="{% static "musician/fontawesome/css/all.min.css" %}" />
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "musician/css/default.css" %}" />
|
<link rel="stylesheet" type="text/css" href="{% static "musician/css/default.css" %}" />
|
||||||
{% if code_style %}<style>
|
{% if code_style %}<style>
|
||||||
|
|
Loading…
Reference in New Issue