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