mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
fix(fonts): Remove lato reference
This commit is contained in:
parent
359f1ffb53
commit
fe25fb03a8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user