diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md new file mode 100644 index 0000000..cf4a102 --- /dev/null +++ b/ACKNOWLEDGMENTS.md @@ -0,0 +1,5 @@ +# Acknowledgments + +`trenz-docs` uses software from the following projects: + +- [Roboto](https://github.com/googlefonts/roboto) font, Apache 2.0 License (see [src/fonts/Roboto/LICENSE.txt](./src/fonts/Roboto/LICENSE.txt)) diff --git a/package-lock.json b/package-lock.json index 7ba57d1..f643e60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,7 @@ "vue-class-component": "^8.0.0-0", "vue-router": "^4.0.3", "vuetify": "3.0.0-beta.5", - "vuex": "^4.0.0", - "webfontloader": "^1.0.0" + "vuex": "^4.0.0" }, "devDependencies": { "@types/marked": "^4.0.3", @@ -11980,11 +11979,6 @@ "defaults": "^1.0.3" } }, - "node_modules/webfontloader": { - "version": "1.6.28", - "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz", - "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==" - }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", @@ -21585,11 +21579,6 @@ "defaults": "^1.0.3" } }, - "webfontloader": { - "version": "1.6.28", - "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz", - "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==" - }, "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", diff --git a/package.json b/package.json index 9369c6a..aa7bdfc 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "vue-class-component": "^8.0.0-0", "vue-router": "^4.0.3", "vuetify": "3.0.0-beta.5", - "vuex": "^4.0.0", - "webfontloader": "^1.0.0" + "vuex": "^4.0.0" }, "devDependencies": { "@types/marked": "^4.0.3", diff --git a/src/App.vue b/src/App.vue index e7f303e..5394ae6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,6 +79,8 @@