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