forked from DGNum/gestioCOF
Sert les polices en local
This commit is contained in:
parent
f3117c9e69
commit
85642d00d8
25 changed files with 102 additions and 3 deletions
|
@ -11,7 +11,8 @@
|
|||
{# CSS #}
|
||||
<link type="text/css" rel="stylesheet" href="{% static "css/bootstrap.min.css" %}" />
|
||||
<link type="text/css" rel="stylesheet" href="{% static "css/cof.css" %}" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Dosis|Dosis:700|Raleway|Roboto:300,300i,700" rel="stylesheet">
|
||||
<link type="text/css" rel="stylesheet" href="{% static 'fonts/Roboto/roboto.css' %}" />
|
||||
<link type="text/css" rel="stylesheet" href="{% static 'fonts/Dosis/dosis.css' %}" />
|
||||
<link rel="stylesheet" href="{% static "font-awesome/css/font-awesome.min.css" %}">
|
||||
|
||||
{# JS #}
|
||||
|
@ -22,5 +23,4 @@
|
|||
<body>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
<link href="https://fonts.googleapis.com/css?family=Dosis|Dosis:700|Raleway|Roboto:300,300i,700" rel="stylesheet">
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue