srctree

Robin Linden parent baec2a1e 8bf74ade
browser/gui: Add the Liberation Fonts as an option in the font-priming

inlinesplit
browser/gui/app.cpp added: 4, removed: 1, total 3
@@ -192,6 +192,7 @@ std::unique_ptr<type::IType> create_font_system() {
#ifdef _WIN32
"consola.ttf",
#else
"LiberationMono-Regular.ttf",
"DejaVuSansMono.ttf",
#endif
});
@@ -200,6 +201,7 @@ std::unique_ptr<type::IType> create_font_system() {
#ifdef _WIN32
"arial.ttf",
#else
"LiberationSans-Regular.ttf",
"DejaVuSans.ttf",
#endif
});
@@ -208,6 +210,7 @@ std::unique_ptr<type::IType> create_font_system() {
#ifdef _WIN32
"times.ttf",
#else
"LiberationSerif-Regular.ttf",
"DejaVuSerif.ttf",
#endif
});