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