//By Using Following Code you can use Custom Fonts.
PrivateFontCollection pfc = new PrivateFontCollection();
pfc.AddFontFile(Application.StartupPath + “\\RUPEE_FORADIAN.ttf”);
label2.Font = new Font(pfc.Families[0], 14, FontStyle.Regular);
//By Using Following Code you can use Custom Fonts.
PrivateFontCollection pfc = new PrivateFontCollection();
pfc.AddFontFile(Application.StartupPath + “\\RUPEE_FORADIAN.ttf”);
label2.Font = new Font(pfc.Families[0], 14, FontStyle.Regular);