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