add radiocampus app
This commit is contained in:
16
radiocampus/templates/aircox/base.html
Normal file
16
radiocampus/templates/aircox/base.html
Normal file
@ -0,0 +1,16 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user