From 93879129977ebf510c93caea15faf823f55fc824 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 18 Dec 2019 16:18:50 -0500 Subject: [PATCH] Fix --- commands/meme-gen/dear-liberals.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/meme-gen/dear-liberals.js b/commands/meme-gen/dear-liberals.js index 2045e4c2..ff05e7b8 100644 --- a/commands/meme-gen/dear-liberals.js +++ b/commands/meme-gen/dear-liberals.js @@ -62,12 +62,12 @@ module.exports = class DearLiberalsCommand extends Command { ctx.drawImage(base, 0, 0); ctx.fillStyle = 'white'; ctx.textBaseline = 'top'; - ctx.font = '20px Oswald-SemiBold'; + ctx.font = '20px Oswald SemiBold'; ctx.rotate(12.30 * (Math.PI / 180)); - ctx.fillText(`#${hashtag}`, 186, 225); + ctx.fillText(`#${hashtag}`, 196, 215); ctx.rotate(-12.30 * (Math.PI / 180)); ctx.fillStyle = '#002046'; - ctx.font = '27px Oswald-SemiBold'; + ctx.font = '27px Oswald SemiBold'; const blueLines = await wrapText(ctx, blueText, 270); ctx.fillText(blueLines.join('\n'), 207, 90); ctx.fillStyle = '#c31a41';