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