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