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