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