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