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