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