Mattimax commited on
Commit
e0a41e1
·
verified ·
1 Parent(s): c093483

ti ho detto di non usare link, quindi sistema e togli:

Browse files

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

:root {

non deve usare internet

Files changed (2) hide show
  1. index.html +2 -4
  2. style.css +3 -4
index.html CHANGED
@@ -5,8 +5,6 @@
5
  <meta charset="UTF-8">
6
  <title>Environmental Monitor</title>
7
  <style>
8
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
9
-
10
  :root {
11
  --glass: rgba(255, 255, 255, 0.15);
12
  --border: rgba(255, 255, 255, 0.25);
@@ -28,8 +26,8 @@ body {
28
  margin: 0;
29
  min-height: 100vh;
30
  background: linear-gradient(135deg, #0f172a, #1e293b);
31
- font-family: 'Inter', system-ui, -apple-system, sans-serif;
32
- display: grid;
33
  place-items: center;
34
  color: var(--text);
35
  padding: 20px;
 
5
  <meta charset="UTF-8">
6
  <title>Environmental Monitor</title>
7
  <style>
 
 
8
  :root {
9
  --glass: rgba(255, 255, 255, 0.15);
10
  --border: rgba(255, 255, 255, 0.25);
 
26
  margin: 0;
27
  min-height: 100vh;
28
  background: linear-gradient(135deg, #0f172a, #1e293b);
29
+ font-family: system-ui, -apple-system, sans-serif;
30
+ display: grid;
31
  place-items: center;
32
  color: var(--text);
33
  padding: 20px;
style.css CHANGED
@@ -1,7 +1,6 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
2
 
3
  :root {
4
- --glass: rgba(255, 255, 255, 0.15);
5
  --border: rgba(255, 255, 255, 0.25);
6
  --ok: #4ade80;
7
  --warn: #facc15;
@@ -21,8 +20,8 @@ body {
21
  margin: 0;
22
  min-height: 100vh;
23
  background: linear-gradient(135deg, #0f172a, #1e293b);
24
- font-family: 'Inter', system-ui, -apple-system, sans-serif;
25
- display: grid;
26
  place-items: center;
27
  color: var(--text);
28
  padding: 20px;
 
 
1
 
2
  :root {
3
+ --glass: rgba(255, 255, 255, 0.15);
4
  --border: rgba(255, 255, 255, 0.25);
5
  --ok: #4ade80;
6
  --warn: #facc15;
 
20
  margin: 0;
21
  min-height: 100vh;
22
  background: linear-gradient(135deg, #0f172a, #1e293b);
23
+ font-family: system-ui, -apple-system, sans-serif;
24
+ display: grid;
25
  place-items: center;
26
  color: var(--text);
27
  padding: 20px;