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