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