Skip to content

Customize

JavaScript

To add your custom JavaScript:

<script src="{% static 'app/js/custom.js' %}"></script>

Cascading Style Sheets

To add your custom Cascading Style Sheets:

<link rel="stylesheet" type="text/css" href="{% static 'app/css/custom.css' %}">

Type

To add your custom Fonts:

<link rel="stylesheet" type="text/css" href="{% static 'app/type/custom.css' %}" crossorigin="anonymous" />