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