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