]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiFontLoader.cpp
#10571 improved handling of WM's signal when switching from or to full-screen window
[features.git] / src / frontends / qt / GuiFontLoader.cpp
index 6d5028e487bfebadc6f84094381bdd841e547ad8..6f1de04652d08315a41fe8061480723c897bbb4a 100644 (file)
@@ -36,8 +36,8 @@ using namespace std;
 using namespace lyx::support;
 
 QString const math_fonts[] = {"cmex10", "cmmi10", "cmr10", "cmsy10",
-       "dsrom10", "bbm10", "esint10", "eufm10", "msam10", "msbm10",
-       "rsfs10", "stmary10", "wasy10"};
+       "dsrom10", "esint10", "eufm10", "msam10", "msbm10", "rsfs10",
+       "stmary10", "wasy10"};
 int const num_math_fonts = sizeof(math_fonts) / sizeof(*math_fonts);
 
 namespace lyx {