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