mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-26 12:41:27 +02:00
fix(fonts): Remove lato reference
This commit is contained in:
parent
359f1ffb53
commit
fe25fb03a8
@ -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:
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.group-title {
|
.group-title {
|
||||||
font-family: Lato;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user