Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
|
10 |
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
|
11 |
-
<!--'Orbitron', sans-serif-->
|
12 |
<style>
|
13 |
body {
|
14 |
-
font-family:
|
15 |
margin: 0;
|
16 |
padding: 20px;
|
17 |
display: flex;
|
|
|
8 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
|
10 |
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
|
11 |
+
<!--'Orbitron', sans-serif;Arial, Helvetica, sans-serif-->
|
12 |
<style>
|
13 |
body {
|
14 |
+
font-family: 'Orbitron', sans-serif;
|
15 |
margin: 0;
|
16 |
padding: 20px;
|
17 |
display: flex;
|