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