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