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