diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp
index 6c1444f5c..92431a3aa 100644
--- a/code/nel/src/gui/group_html.cpp
+++ b/code/nel/src/gui/group_html.cpp
@@ -6301,10 +6301,7 @@ namespace NLGUI
if (it->second == "inherit")
style.FontFamily = current.FontFamily;
else
- if (it->second == "monospace")
- style.FontFamily = "monospace";
- else
- style.FontFamily.clear();
+ style.FontFamily = it->second;
}
else
if (it->first == "font-weight")