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