srctree

Robin Linden parent 59894210 db3fc4a4
style: Increase the default font-size to 16px

This should be configurable, but for now this matches what Firefox andChrome both are doing.

inlinesplit
style/styled_node.cpp added: 2, removed: 2, total 0
@@ -399,7 +399,7 @@ std::vector<TextDecorationLine> StyledNode::get_text_decoration_line_property()
return lines;
}
 
static constexpr int kDefaultFontSize{10};
static constexpr int kDefaultFontSize{16};
// https://drafts.csswg.org/css-fonts-4/#absolute-size-mapping
constexpr int kMediumFontSize = kDefaultFontSize;
// NOLINTNEXTLINE(cert-err58-cpp)