diff --git a/src/components/modules/paste.ts b/src/components/modules/paste.ts index 9c5f3f784..9537c4bcb 100644 --- a/src/components/modules/paste.ts +++ b/src/components/modules/paste.ts @@ -191,8 +191,8 @@ export default class Paste extends Module { tempDiv.querySelectorAll('*').forEach((node ) => { if (node instanceof HTMLElement) { - node.style.color = 'inherit'; node.style.fontFamily = 'inherit'; + node.style.color = 'inherit'; node.style.fontSize = 'inherit'; node.style.backgroundColor = 'initial'; }