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