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