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