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