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