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