fix font rule
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-04-18 20:39:47 +02:00
parent a7772b6d59
commit a01ef8ef89
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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`,
}