fix(fonts): Remove lato reference

This commit is contained in:
Bastien Wirtz 2024-06-30 10:11:01 +02:00
parent 359f1ffb53
commit fe25fb03a8
4 changed files with 0 additions and 7 deletions

View File

@ -100,8 +100,6 @@ services:
units: "metric" units: "metric"
endpoint: "/dummy-data/openweather/weather" endpoint: "/dummy-data/openweather/weather"
type: "OpenWeather" type: "OpenWeather"
- name: "Change Theme"
type: "ThemeChooser"
- name: "Ressources" - name: "Ressources"
icon: "fa-regular fa-bookmark" icon: "fa-regular fa-bookmark"
items: items:

View File

@ -46,7 +46,6 @@
} }
.group-title { .group-title {
font-family: Lato;
font-weight: 800; font-weight: 800;
} }

View File

@ -30,6 +30,5 @@ p {
body #app a { body #app a {
font-weight: 900; font-weight: 900;
color: #ffffff; color: #ffffff;
font-family: "Lato", sans-serif;
} }
</style> </style>

View File

@ -172,9 +172,6 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.is-number {
font-family: "Lato";
}
.healthy { .healthy {
color: green; color: green;
} }