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