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