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