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