Use on the webTotal Use [ 6993 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/1000d74f736c58b9b87cf2e2e5bb712a?family=Khorshid++Font" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/1000d74f736c58b9b87cf2e2e5bb712a?family=Khorshid++Font);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Khorshid Font";
src: url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.eot");
src: url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/1000d74f736c58b9b87cf2e2e5bb712a.svg#Khorshid Font")format("svg");
}
2CSS rules to specify fonts
font-family: "Khorshid Font";