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