]> Stephen's Gitweb - reasonableweather.git/commitdiff
Prefer sans-serif font
authorStephen Jianu <stephen@stephenjianu.com>
Tue, 25 Mar 2025 23:04:20 +0000 (18:04 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Tue, 25 Mar 2025 23:04:20 +0000 (18:04 -0500)
index.php

index 49bdca17028c620124e72b20baaed8071eb66772..049932497977ad1baf75b1765e4dfc020d735f58 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
        echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n";
        echo "<title>Weather in Park Ridge</title>\n";
        echo "</head>\n";
-       echo "<body style=\"text-align: center;\">\n";
+       echo "<body style=\"text-align: center; font-family: sans-serif;\">\n";
        echo "<h3>The current conditions in Park Ridge are:</h3>\n";
        echo "<h1>\n";
        $url = "https://api.open-meteo.com/v1/forecast?latitude=42.0111&longitude=-87.8406&daily=temperature_2m_max,temperature_2m_min,weather_code,wind_speed_10m_max,precipitation_probability_max,precipitation_sum&current=temperature_2m,weather_code,is_day,&timezone=America%2FChicago&wind_speed_unit=mph&temperature_unit=fahrenheit&precipitation_unit=inch";