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