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