Files
another-boids-in-rust/vendor/fontconfig-parser/test-conf/conf.d/80-delicious.conf.json

47 lines
884 B
JSON

[
{
"Match": {
"target": "Scan",
"tests": [
{
"qual": "Any",
"target": "Default",
"compare": "Eq",
"value": {
"Family": {
"Simple": {
"String": "Delicious"
}
}
}
},
{
"qual": "Any",
"target": "Default",
"compare": "Eq",
"value": {
"Style": {
"Simple": {
"String": "Heavy"
}
}
}
}
],
"edits": [
{
"mode": "Assign",
"binding": "Weak",
"value": {
"Weight": {
"Simple": {
"Constant": "Heavy"
}
}
}
}
]
}
}
]