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