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