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