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