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