var strFont=Application.UserPreferences(”LDLS/ResourceSettings”).GetValue(”Strings”,”Serif”); var strFontFamily=Application.UserPreferences(”LDLS/ResourceSettings”).GetValue(”Strings”,”StandardFontFamily”); strFont=”Garamond”; strFontFamily=”Serif”; Application.UserPreferences(”LDLS/ResourceSettings”).SetValue(”Strings”,”Serif”,strFont); Application.UserPreferences(”LDLS/ResourceSettings”).SetValue(”Strings”,”StandardFontFam