Increased readability

CURA-1087
This commit is contained in:
Jaime van Kessel 2016-03-09 17:12:53 +01:00
parent 7be8fa1fe3
commit e8c99f6b9f
2 changed files with 10 additions and 4 deletions

View file

@ -18,6 +18,12 @@
"size": 1.0,
"family": "Open Sans"
},
"small_bold":
{
"size": 1.0,
"family": "Open Sans",
"bold": true
},
"very_small": {
"size": 0.75,
"family": "Open Sans"
@ -67,7 +73,7 @@
"text_hover": [70, 84, 113, 255],
"text_pressed": [12, 169, 227, 255],
"text_white": [255, 255, 255, 255],
"text_subtext": [127, 127, 127, 255],
"text_subtext": [100, 100, 100, 255],
"error": [255, 140, 0, 255],
"sidebar_header_bar": [24, 41, 77, 255],