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