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