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