mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed space issue
This commit is contained in:
parent
cb462dfb21
commit
366c210783
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ export function generateCustomFontBodyClass(fonts: FontSelection) {
|
|||
|
||||
if (fonts?.heading) {
|
||||
bodyClass += `gh-font-heading-${classFontNames[fonts.heading]}`;
|
||||
if (fonts?.body) {
|
||||
bodyClass += ' ';
|
||||
}
|
||||
}
|
||||
|
||||
if (fonts?.body) {
|
||||
|
|
Loading…
Add table
Reference in a new issue