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