mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Change UI font to Source Sans Pro
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user