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