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