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