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