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