private void FormDashboard_Load(object sender, EventArgs e) { EmbedFont.LoadComfortaaFont(); EmbedFont.LoadMicrossFont(); EmbedFont.LoadRalewayFont(); this.CaptionFont = new Font(EmbedFont.private_fonts.Families[2], 9); label1.Font = new Font(EmbedFont.private_fonts.Families[0], 16); btndashbaord.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnactivelic.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnexplic.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnlicreg.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnRequests.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnsetting.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); btnlogout.TextFont = new Font(EmbedFont.private_fonts.Families[0], 9); labeltotalusers.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labelactlic.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labelexplic.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labeltotalcnt.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labelactcnt.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labelexpcnt.Font = new Font(EmbedFont.private_fonts.Families[0], 9); labelactlicmain.Font = new Font(EmbedFont.private_fonts.Families[0], 16); labelLicReg.Font = new Font(EmbedFont.private_fonts.Families[0], 16); labelcopyright.Text = "© Copyright - Powered by TabiSoft Solutions"; labelcopyright.Font = new Font(EmbedFont.private_fonts.Families[0], 8); }
private void MasterForm_Load(object sender, EventArgs e) { EmbedFont.LoadComfortaaFont(); EmbedFont.LoadMicrossFont(); EmbedFont.LoadRalewayFont(); this.CaptionFont = new Font(EmbedFont.private_fonts.Families[2], 9); labelcopyright.Text = "© Copyright - Powered by TabiSoft Solutions"; labelcopyright.Font = new Font(EmbedFont.private_fonts.Families[0], 8); }