1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-17 18:48:37 +01:00

Fix fonts on Windows

This commit is contained in:
Paul Betts 2013-11-20 15:00:14 -08:00
parent f7919a8b6c
commit b311a9611a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
@import "ui-variables";
#root-view {
font: caption;
background-color: @app-background-color;
}

View File

@ -78,4 +78,4 @@
// Other
@font-family: 'Lucida Grande', Arial, sans-serif;
@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;