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