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