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