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