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