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