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