diff --git a/Userland/Libraries/LibWeb/Layout/Node.cpp b/Userland/Libraries/LibWeb/Layout/Node.cpp index 961cbcf8b6..03ddfce540 100644 --- a/Userland/Libraries/LibWeb/Layout/Node.cpp +++ b/Userland/Libraries/LibWeb/Layout/Node.cpp @@ -304,7 +304,6 @@ NodeWithStyle::NodeWithStyle(DOM::Document& document, DOM::Node* node, CSS::Comp , m_computed_values(move(computed_values)) { m_has_style = true; - m_font = Platform::FontPlugin::the().default_font(); } void NodeWithStyle::visit_edges(Visitor& visitor)