Skip to content

Commit

Permalink
fix(fonts): Remove lato reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Jun 30, 2024
1 parent 359f1ff commit fe25fb0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions public/assets/config-demo.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion src/assets/themes/walkxcode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}

.group-title {
font-family: Lato;
font-weight: 800;
}

Expand Down
1 change: 0 additions & 1 deletion src/components/GetStarted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ p {
body #app a {
font-weight: 900;
color: #ffffff;
font-family: "Lato", sans-serif;
}
</style>
3 changes: 0 additions & 3 deletions src/components/services/Proxmox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ export default {
</script>

<style scoped lang="scss">
.is-number {
font-family: "Lato";
}
.healthy {
color: green;
}
Expand Down

0 comments on commit fe25fb0

Please sign in to comment.