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:
parent
5e36dfe4ab
commit
0a1d5fe4b7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function generateCustomFontCss(font: Font) {
|
|||
|
||||
return `
|
||||
<style>
|
||||
${importStrings[font]}
|
||||
${importStrings[font]};
|
||||
|
||||
p {
|
||||
font-family: ${font};
|
||||
|
|
Loading…
Add table
Reference in a new issue