forked from DGNum/gestioCOF
Servir les polices de sitecof en local
Le nouveau site du COF réintroduisait des fontes hostées chez Google. On s'en débarasse en utilisant des webfontes locales.
This commit is contained in:
parent
494cd5ddc1
commit
fe2f8aaa5a
13 changed files with 127 additions and 88 deletions
|
@ -5,6 +5,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% block title %}Association des élèves de l'ENS Ulm{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "fonts/CarterOne/carterOne.css" %}"/>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "fonts/SourceSansPro/sourceSansPro.css" %}"/>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "cofcms/css/screen.css" %}"/>
|
||||
{% block extra_head %}{% endblock %}
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue