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