0.0.61 optimization
This commit is contained in:
@@ -4,7 +4,10 @@
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: Inter;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
|
|
||||||
|
|||||||
BIN
static/fonts/inter/Inter-Black.ttf
Normal file
BIN
static/fonts/inter/Inter-Black.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-Bold.ttf
Normal file
BIN
static/fonts/inter/Inter-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-ExtraBold.ttf
Normal file
BIN
static/fonts/inter/Inter-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-ExtraLight.ttf
Normal file
BIN
static/fonts/inter/Inter-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-Light.ttf
Normal file
BIN
static/fonts/inter/Inter-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-Medium.ttf
Normal file
BIN
static/fonts/inter/Inter-Medium.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-Regular.ttf
Normal file
BIN
static/fonts/inter/Inter-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-SemiBold.ttf
Normal file
BIN
static/fonts/inter/Inter-SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/inter/Inter-Thin.ttf
Normal file
BIN
static/fonts/inter/Inter-Thin.ttf
Normal file
Binary file not shown.
@@ -3,8 +3,7 @@
|
|||||||
<script src='{% static "js/registration.js" %}'></script>
|
<script src='{% static "js/registration.js" %}'></script>
|
||||||
<script src='{% static "js/authorization.js" %}'></script>
|
<script src='{% static "js/authorization.js" %}'></script>
|
||||||
<script src='{% static "js/ion.rangeSlider.min.js" %}'></script>
|
<script src='{% static "js/ion.rangeSlider.min.js" %}'></script>
|
||||||
|
<script src='{% static "js/user_profile.js" %}'></script>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
|
|
||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
<script src='{% static "js/authorization.js" %}'></script>
|
<script src='{% static "js/authorization.js" %}'></script>
|
||||||
|
<script src='{% static "js/registration.js" %}'></script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user