arithescientist commited on
Commit
73023a0
·
verified ·
1 Parent(s): 9b70121

Update templates/forecaster.html

Browse files
Files changed (1) hide show
  1. templates/forecaster.html +3 -0
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; }