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