Spaces:
Sleeping
Sleeping
Update templates/forecaster.html
Browse files
templates/forecaster.html
CHANGED
|
@@ -21,6 +21,9 @@
|
|
| 21 |
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet"/>
|
| 22 |
|
| 23 |
<style>
|
|
|
|
|
|
|
|
|
|
| 24 |
body { background: #f4f6fa; }
|
| 25 |
.widget-card { border-radius: .75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.1); overflow: hidden; }
|
| 26 |
.form-card { border-radius: .75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.1); padding: 2rem; background: #fff; }
|
|
|
|
| 21 |
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet"/>
|
| 22 |
|
| 23 |
<style>
|
| 24 |
+
body, * {
|
| 25 |
+
font-family: 'Times New Roman', Times, serif !important;
|
| 26 |
+
}
|
| 27 |
body { background: #f4f6fa; }
|
| 28 |
.widget-card { border-radius: .75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.1); overflow: hidden; }
|
| 29 |
.form-card { border-radius: .75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.1); padding: 2rem; background: #fff; }
|