Added new fonts for UI redesign

This commit is contained in:
Corban-Lee 2023-05-09 22:10:22 +01:00
parent 1406c2de24
commit bb721f2894
50 changed files with 26 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -10,10 +10,11 @@
<link rel="stylesheet" href="{% static 'icons/font/bootstrap-icons.min.css' %}">
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
<link rel="stylesheet" href="{% static 'css/index.css' %}">
{% include 'fonts.html' %}
{% block style %}
{% endblock style %}
</head>
<body>
<body class="font-ssp company-bg">
{% block content %}
{% endblock content %}

24
src/templates/fonts.html Normal file
View File

@ -0,0 +1,24 @@
{% load static %}
<style type="text/css">
@font-face {
font-family: "Montserrat";
src: url("{% static 'fonts/Montserrat/Regular.ttf' %}") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Raleway";
src: url("{% static 'fonts/Raleway/Regular.ttf' %}") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Source Sans Pro";
src: url("{% static 'fonts/SourceSansPro/Regular.ttf' %}") format("truetype");
font-weight: normal;
font-style: normal;
}
</style>