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