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