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