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