Change UI font to Source Sans Pro

This commit is contained in:
Keavon Chambers
2021-02-16 23:59:23 -08:00
parent 2f43f2e68e
commit b800e91ccd
3 changed files with 4 additions and 4 deletions

View File

@@ -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;