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