1
0
mirror of https://github.com/bastienwirtz/homer.git synced 2025-07-15 13:55:59 +02:00

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
public/assets
src
assets
components

@ -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:

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

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

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