Skip to content

Commit d1e4d56

Browse files
committed
fix: font size of prisma
1 parent 8644ccc commit d1e4d56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"box_main": {
234234
"id": "box",
235235
### font ###
236-
"fontsize": "14",
236+
"fontsize": "18",
237237
"fontname": "Calibri Bold",
238238
### color ###
239239
"fontcolor": "black",
@@ -248,7 +248,7 @@
248248
"box_excluded": {
249249
"id": "box",
250250
### font ###
251-
"fontsize": "14",
251+
"fontsize": "18",
252252
"fontname": "Calibri Bold",
253253
### color ###
254254
"fontcolor": "black",
@@ -263,7 +263,7 @@
263263
"note": {
264264
"id": "note",
265265
### font ###
266-
"fontsize": "12",
266+
"fontsize": "16",
267267
"fontname": "Calibri",
268268
### color ###
269269
"fontcolor": "black",
@@ -275,7 +275,7 @@
275275
"edge_flow": {
276276
"id": "edge",
277277
### font ###
278-
"fontsize": "10",
278+
"fontsize": "14",
279279
"fontname": "Calibri",
280280
### color ###
281281
"fontcolor": "black",
@@ -287,7 +287,7 @@
287287
"edge_note": {
288288
"id": "edge",
289289
### font ###
290-
"fontsize": "10",
290+
"fontsize": "14",
291291
"fontname": "Calibri",
292292
### color ###
293293
"fontcolor": "black",

0 commit comments

Comments
 (0)