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