12 lines
661 B
HTML
12 lines
661 B
HTML
{% load static %}
|
|
|
|
<link rel="stylesheet" href="{% static 'a17t/dist/a17t.css' %}">
|
|
<script async src="{% static '@fortawesome/fontawesome-free/js/all.min.js' %}" data-mutate-approach="sync"></script>
|
|
<link href="{% static 'a17t/dist/tailwind.css' %}" rel="stylesheet">
|
|
<link href="{% static 'inter-ui/Inter (web)/inter.css' %}" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--family-primary: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--family-secondary: var(--family-primary);
|
|
}
|
|
</style> |