mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-18 18:48:38 +01:00
Fix fonts on Windows
This commit is contained in:
parent
f7919a8b6c
commit
b311a9611a
@ -1,6 +1,5 @@
|
|||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
|
|
||||||
#root-view {
|
#root-view {
|
||||||
font: caption;
|
|
||||||
background-color: @app-background-color;
|
background-color: @app-background-color;
|
||||||
}
|
}
|
||||||
|
@ -78,4 +78,4 @@
|
|||||||
|
|
||||||
// Other
|
// Other
|
||||||
|
|
||||||
@font-family: 'Lucida Grande', Arial, sans-serif;
|
@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user