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