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