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