diff --git a/dev/Common/Html.js b/dev/Common/Html.js
index 44b707cdb..a7d27c073 100644
--- a/dev/Common/Html.js
+++ b/dev/Common/Html.js
@@ -325,7 +325,7 @@ export const
setAttribute('data-x-style-broken-urls', JSON.stringify(urls.broken));
}
- if (11 < pInt(oStyle.fontSize)) {
+ if (11 > pInt(oStyle.fontSize)) {
oStyle.removeProperty('font-size');
}