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