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