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