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