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