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