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