load Font Mfizz in base template head
This commit is contained in:
parent
4c8b173e95
commit
c72d711d35
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
|
||||||
|
<link href="{% static 'fonts/font-mfizz.css' %}" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||||
|
|
Loading…
Reference in a new issue