]> git.lyx.org Git - lyx.git/blobdiff - src/FontLoader.C
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / FontLoader.C
index ae224352571115f87a9349fdd1551bf099434907..38d20f7775d1292fd7c741853bc7e6f700a93e11 100644 (file)
@@ -108,7 +108,7 @@ void FontLoader::getFontinfo(LyXFont::FONT_FAMILY family,
        {
                case LyXFont::SYMBOL_FAMILY:
                        fontinfo[family][series][shape] =
-                               new FontInfo("-*-symbol-*-*-*-*-*-*-*-*-*-*-*-*");
+                               new FontInfo("-*-symbol-*-*-*-*-*-*-*-*-*-*-adobe-fontspecific");
                        return;
 
                case LyXFont::CMR_FAMILY:
@@ -143,7 +143,7 @@ void FontLoader::getFontinfo(LyXFont::FONT_FAMILY family,
 
                case LyXFont::EUFRAK_FAMILY:
                        fontinfo[family][series][shape] = 
-                               new FontInfo("-*-eufrak-*-*-*-*-*-*-*-*-*-*-*-*");
+                               new FontInfo("-*-eufrak-medium-*-*-*-*-*-*-*-*-*-*-*");
                        return;
 
                default: