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