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