Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Last active November 5, 2019 19:00
Show Gist options
  • Save fieldOfView/3e94440bcc66acfd014dd2f71f6a4885 to your computer and use it in GitHub Desktop.
Save fieldOfView/3e94440bcc66acfd014dd2f71f6a4885 to your computer and use it in GitHub Desktop.
A stub theme for Cura that uses the system default font instead of the supplied Open Sans
{
"metadata": {
"name": "Default font",
"inherits": "cura-light"
},
"fonts": {
"large": {
"size": 1.35,
"weight": 40
},
"large_ja_JP": {
"size": 1.35,
"weight": 50
},
"large_zh_CN": {
"size": 1.35,
"weight": 50
},
"large_zh_TW": {
"size": 1.35,
"weight": 50
},
"large_bold": {
"size": 1.35,
"weight": 63
},
"huge": {
"size": 1.8,
"weight": 50
},
"medium": {
"size": 1.16,
"weight": 40
},
"medium_ja_JP": {
"size": 1.16,
"weight": 50
},
"medium_zh_CN": {
"size": 1.16,
"weight": 50
},
"medium_zh_TW": {
"size": 1.16,
"weight": 50
},
"medium_bold": {
"size": 1.16,
"weight": 63
},
"default": {
"size": 0.95,
"weight": 40
},
"default_ja_JP": {
"size": 1.0,
"weight": 50
},
"default_zh_CN": {
"size": 1.0,
"weight": 50
},
"default_zh_TW": {
"size": 1.0,
"weight": 50
},
"default_bold": {
"size": 0.95,
"weight": 63
},
"default_bold_ja_JP": {
"size": 1.0,
"weight": 63
},
"default_bold_zh_CN": {
"size": 1.0,
"weight": 63
},
"default_bold_zh_TW": {
"size": 1.0,
"weight": 63
},
"default_italic": {
"size": 0.95,
"weight": 40,
"italic": true
},
"default_italic_ja_JP": {
"size": 1.0,
"weight": 50,
"italic": true
},
"default_italic_zh_CN": {
"size": 1.0,
"weight": 50,
"italic": true
},
"default_italic_zh_TW": {
"size": 1.0,
"weight": 50,
"italic": true
},
"small": {
"size": 0.7,
"weight": 40
},
"small_ja_JP": {
"size": 0.7,
"weight": 50
},
"small_zh_CN": {
"size": 0.7,
"weight": 50
},
"small_zh_TW": {
"size": 0.7,
"weight": 50
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment