Use on the webTotal Use [ 6045 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/6fd728a85248877a1b05ca10578323ac?family=Genghis+Khan+Med" 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/6fd728a85248877a1b05ca10578323ac?family=Genghis+Khan+Med);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Genghis Khan Med";
src: url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.eot");
src: url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/6fd728a85248877a1b05ca10578323ac.svg#Genghis Khan Med")format("svg");
}
2CSS rules to specify fonts
font-family: "Genghis Khan Med";