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