Font awesome CSS Add
This commit is contained in:
parent
df283b5f6c
commit
c1b7f2c115
|
@ -14,6 +14,7 @@
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap.min.css')}}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap.min.css')}}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap-datepicker.css')}}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap-datepicker.css')}}">
|
||||||
<!-- Site CSS -->
|
<!-- Site CSS -->
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/font-awesome-all-v5.7.css')}}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css')}}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css')}}">
|
||||||
{% block header_css_additional %}
|
{% block header_css_additional %}
|
||||||
{% endblock header_css_additional %}
|
{% endblock header_css_additional %}
|
||||||
|
|
Loading…
Reference in New Issue