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