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