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