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