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