Files
aircox/radiocampus/templates/aircox/base.html
2023-11-02 21:56:22 +01:00

17 lines
310 B
HTML

{% extends "aircox/base.html" %}
{% load static %}
{% block head_extra %}
{{ block.super }}
<style>
:root {
--heading-font-family: "campus_heading";
}
@font-face {
font-family: 'campus_heading';
src: url('{% static "radiocampus/fonts/CampusGroteskv12-Regular.otf" %}');
}
</style>
{% endblock %}