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