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