This commit is contained in:
Dragon Fire
2020-05-22 10:45:12 -04:00
parent b405dc20e4
commit b295ac2b70
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -2,7 +2,7 @@ const Command = require('../../structures/Command');
const { createCanvas, loadImage, registerFont } = require('canvas');
const path = require('path');
const { wrapText } = require('../../util/Canvas');
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Futura Condensed.ttf'), {
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Futura Condensed Bold.otf'), {
family: 'Futura',
weight: 'bold'
});