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