From 7aa0887da4b7a0cd01fd35ee0d88e96af423b80b Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Tue, 16 Feb 2021 23:59:23 -0800 Subject: [PATCH] Change UI font to Source Sans Pro --- .vscode/settings.json | 1 + web-frontend/public/index.html | 5 ++--- web-frontend/src/App.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bfb4c21e..19154c297 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,7 @@ "vetur.format.options.useTabs": true, "eslint.format.enable": true, "files.eol": "\n", + "html.format.wrapLineLength": 200, "vetur.validation.interpolation": false, "vetur.format.options.tabSize": 4, "vetur.experimental.templateInterpolationService": true diff --git a/web-frontend/public/index.html b/web-frontend/public/index.html index 3514d422f..347d0d6c4 100644 --- a/web-frontend/public/index.html +++ b/web-frontend/public/index.html @@ -9,11 +9,10 @@ + - - <%= htmlWebpackPlugin.options.title %> - + Graphite diff --git a/web-frontend/src/App.vue b/web-frontend/src/App.vue index 6e9f03628..10416d486 100644 --- a/web-frontend/src/App.vue +++ b/web-frontend/src/App.vue @@ -18,7 +18,7 @@ export default defineComponent({ html, body, #app { margin: 0; height: 100%; - font-family: "Segoe UI", Arial, sans-serif; + font-family: "Source Sans Pro", Arial, sans-serif; font-size: 14px; line-height: 1; color: #ddd;