mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Make default font size slightly smaller
In accordance with the designs. Contributes to issue CURA-6025.
This commit is contained in:
parent
b54312fb9b
commit
b5c406dc43
1 changed files with 3 additions and 3 deletions
|
@ -25,17 +25,17 @@
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"size": 1.0,
|
"size": 0.95,
|
||||||
"weight": 40,
|
"weight": 40,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"default_bold": {
|
"default_bold": {
|
||||||
"size": 1.0,
|
"size": 0.95,
|
||||||
"weight": 60,
|
"weight": 60,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"default_italic": {
|
"default_italic": {
|
||||||
"size": 1.0,
|
"size": 0.95,
|
||||||
"weight": 40,
|
"weight": 40,
|
||||||
"italic": true,
|
"italic": true,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue