From a01ef8ef89dc95cfb35ddbfd4fa272f545e119b5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 18 Apr 2024 20:39:47 +0200 Subject: [PATCH] fix font rule --- src/page/OgImageGeneratorPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page/OgImageGeneratorPage.vue b/src/page/OgImageGeneratorPage.vue index 2ebe85b..0cd57b5 100644 --- a/src/page/OgImageGeneratorPage.vue +++ b/src/page/OgImageGeneratorPage.vue @@ -564,6 +564,7 @@ export default { color: this.textColor, aspectRatio: `${this.width}/${this.height}`, maxHeight: `${this.ogMaxHeight}px !important`, + fontFamily: this.font, width: `${this.width}px`, height: `${this.height}px`, }