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