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