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