Bump eslint and @vue/eslint-config-standard
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-04-16 22:53:34 +02:00
parent d0e3f0ca79
commit 415433b1fa
3 changed files with 4251 additions and 7525 deletions

View File

@ -798,7 +798,7 @@ export default {
@font-face {
font-family: "Lato";
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
}
body{
font-family: 'Lato', 'sans-serif' !important;