-
{{ dateFormat(meteo.list[0].dt_txt) }}
-
{{ meteo.list[0].main.temp }} °C
-
{{ meteo.list[0].main.humidity }} %
-
{{ meteo.list[0].main.pressure }} hPa
-
-
-
{{ meteo.list[0].weather[0].description }}
+
+
+
+
+
+
{{ meteo.city.name }}
+
+
+
{{ dateFormat(meteo.list[0].dt_txt) }}
+
{{ meteo.list[0].main.temp }} °C
+
{{ meteo.list[0].main.humidity }} %
+
{{ meteo.list[0].main.pressure }} hPa
+
+
+
+
{{ meteo.list[0].weather[0].description }}
+
+
+
-
diff --git a/resources/sass/app.scss b/resources/sass/app.scss
index 0f0ded1..8e1625d 100644
--- a/resources/sass/app.scss
+++ b/resources/sass/app.scss
@@ -7,6 +7,7 @@
@import "components/btn";
@import "components/nav";
@import "components/transitions";
+@import "components/owfont-regular";
@import "pages/memos";