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