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