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