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