fix: Fixed issue where ordered list numbers in Super would get cut off when using monospace font
This commit is contained in:
@@ -6,4 +6,5 @@ export const reloadFont = (monospaceFont?: boolean) => {
|
||||
} else {
|
||||
root.style.setProperty(propertyName, 'var(--sn-stylekit-sans-serif-font)')
|
||||
}
|
||||
document.documentElement.classList.toggle('monospace-font', monospaceFont)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user