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