Hot fix Remove all google dependencies

This commit is contained in:
Reckless_Satoshi 2022-03-01 10:29:54 -08:00
parent b70679a7b7
commit c3f37b4f33
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
4 changed files with 10 additions and 6 deletions

Binary file not shown.

View File

@ -88,4 +88,11 @@ body {
transform: scaleX(-1);
border: 0.3px solid #555;
filter: drop-shadow(0.5px 0.5px 0.5px #000000);
}
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
src: local('Roboto Regular'), url(/static/css/fonts/roboto-regular.woff) format('woff');
}

File diff suppressed because one or more lines are too long

View File

@ -11,11 +11,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>RoboSats - Simple and Private Bitcoin Exchange</title>
{% load static %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="stylesheet" type="text/css" href="{% static "css/index.css" %}"
/>
</head>