Skip to content

Commit

Permalink
Reduce the font size of goals to fit longer goals better.
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone committed Jan 13, 2024
1 parent a944d56 commit 1675f4c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pdf-generator/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -55,7 +55,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -79,7 +79,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -103,7 +103,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -127,7 +127,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -151,7 +151,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -175,7 +175,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -199,7 +199,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -223,7 +223,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -247,7 +247,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -271,7 +271,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -295,7 +295,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -319,7 +319,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -343,7 +343,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -367,7 +367,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand All @@ -391,7 +391,7 @@ export const Generator = (name: string, goals: string[]) => {
"fontName": "Roboto",
"dynamicFontSize": {
"min": 8,
"max": 28,
"max": 14,
"fit": "vertical"
}
},
Expand Down

0 comments on commit 1675f4c

Please sign in to comment.