diff --git a/package.json b/package.json index 2ed5abd..a28980c 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { + "@fontsource/roboto": "^4.5.8", + "@mdi/font": "^7.2.96", "core-js": "^3.29.1", "vue": "^2.7.14", "vue-i18n": "^8.28.2", diff --git a/postcss.config.js b/postcss.config.js index 90d9fff..961986e 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ module.exports = { plugins: { - autoprefixer: {}, - }, + autoprefixer: {} + } } diff --git a/public/index.html b/public/index.html index 75c356c..aaf8b62 100644 --- a/public/index.html +++ b/public/index.html @@ -23,8 +23,6 @@