mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Hot fix Remove all google dependencies
This commit is contained in:
parent
b70679a7b7
commit
c3f37b4f33
BIN
frontend/static/css/fonts/roboto-regular.woff
Normal file
BIN
frontend/static/css/fonts/roboto-regular.woff
Normal file
Binary file not shown.
@ -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');
|
||||
}
|
||||
|
2
frontend/static/frontend/jquery.min.js
vendored
Normal file
2
frontend/static/frontend/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user