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"
endpoint: "/dummy-data/openweather/weather"
type: "OpenWeather"
- name: "Change Theme"
type: "ThemeChooser"
- name: "Ressources"
icon: "fa-regular fa-bookmark"
items:

View File

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

View File

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

View File

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