Skip to content

Commit

Permalink
Merge pull request #3120 from artsy/dzucconi/fix/og-image-generation
Browse files Browse the repository at this point in the history
fix: uses unica for og:image generation
  • Loading branch information
jonallured authored Nov 7, 2023
2 parents a3965b7 + c43cf3f commit 610c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/image_generator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ImageGenerator extends Component<Props, State> {
ctx.font = '32px "Unica77LLWebMedium"'
ctx.fillText("News", 120, 62)
ctx.fillText(date, 490, 62)
ctx.font = '50px "Adobe Garamond W08"'
ctx.font = '50px "Unica77LLWebMedium"'
this.wrapText(ctx, text, 120, 130, 840, 50)

// Create image blob and upload to s3
Expand Down

0 comments on commit 610c730

Please sign in to comment.