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