Compare commits

..

No commits in common. "5ec81733a2ce01fee6613bcabfc615fb6d668341" and "b3dfb27b6f2406a2e962219ccb0f07fede3cf7c2" have entirely different histories.

3 changed files with 7598 additions and 4324 deletions

11908
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,14 +15,14 @@
"vue": "^3.4.23"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-pwa": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/compiler-sfc": "3.4.23",
"@vue/eslint-config-standard": "6.1.0",
"@vue/eslint-config-standard": "5.1.2",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",

View File

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