diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf b/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf index c918496f36d..5646f632a2f 100644 --- a/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf +++ b/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf @@ -6,8 +6,10 @@ % is also available with a FAQ at: http://scripts.sil.org/OFL % -string font_weight; -font_weight := "Regular"; +if known ps_output: + font_family := "FdSymbolB"; + font_weight := "Regular"; +fi weight_index := 1; input FdSymbolB; |