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