0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added missing semicolon

This commit is contained in:
Sodbileg Gansukh 2024-10-08 15:36:50 +01:00 committed by Aileen Booker
parent 5e36dfe4ab
commit 0a1d5fe4b7

View file

@ -21,7 +21,7 @@ export function generateCustomFontCss(font: Font) {
return `
<style>
${importStrings[font]}
${importStrings[font]};
p {
font-family: ${font};